当前位置:网站首页>Introduction to common commands in SQLMap
Introduction to common commands in SQLMap
2022-08-09 17:18:00 【AHlien】
Sqlmap is an open-source command-line automated SQL injection tool, developed in Python. sqlmap is already installed in the system in kali; if it is used under windows, the Python environment needs to be installed.The following introduces the most commonly used commands of Sqlmap:
sqlmap -u url: find injection pointsqlmap -u url --dbs: list databasessqlmap -u url --current-db: show current databasesqlmap -u url --users: list database userssqlmap -u url --current-user: list current database userssqlmap -u url --tables -D "testDB": list the tables of the testDB databasesqlmap -u url --columns -T "user" -D "testDB": List the columns of the user table of the testDB databasesqlmap -u url --dump -C "id,username,password" -T "user" -D "testDB": columnGet the data of the id, username, and password columns of the user table of the testDB database.
Note: The content within " " needs to be replaced more realistically!
边栏推荐
猜你喜欢
【工具使用】Modbus Slave软件使用详解
Visio画神经网络卷积层
Vim practical skills_4. Manage multiple files (open + split + save + netrw)
人脸识别示例代码解析(一)——程序参数解析
Face recognition sample code analysis (2) - face recognition analysis
基于MTCNN和FaceNet的实时人脸检测识别系统
opencv图像处理及视频处理基本操作
蓝桥杯嵌入式第十三届模拟题做题笔记
Vim实用技巧_1.vim解决问题的方式
Face recognition sample code analysis (1) - program parameter analysis
随机推荐
【SQL】595. 大的国家
【研究生工作周报】(第五周)
【深度学习】SVM解决线性不可分情况(八)
堆(heap)系列_0x09:堆破坏示例(非法访问+未初始化+堆句柄不匹配)
层次分析法(AHP)——MATLAB在数学建模中的应用(第2版)
Correlation analysis
【学习笔记】win10报0xc0000221错误无法开机
【更新中7/31】NTIRE 2022 ESR(efficient super-resolution) 方案与结果
【力扣】207. 课程表
Postgraduate Work Weekly (Week 13)
QNX 7.1 交叉编译 boost 1.76
LeNet5 pytorch实现
规划问题的MATLAB求解——MATLAB在数学建模中的应用(第2版)
【力扣】516. 最长回文子序列
ResNet 残差网络 一些粗略的理解
软件安全内存区域详解
【力扣】128. 最长连续序列
基于MySQL的数据在线管理系统
【深度学习】模型选择、欠/过拟合和感受野(三)
Candide3 face animation model