当前位置:网站首页>Sqlmap installation tutorial and problem explanation under Windows Environment -- "sqlmap installation | CSDN creation punch in"
Sqlmap installation tutorial and problem explanation under Windows Environment -- "sqlmap installation | CSDN creation punch in"
2022-07-06 09:22:00 【zero_ zz1】
List of articles
sqlmap Introduce
sqlmap Is an open source penetration testing tool , Can automatically detect and use SQL Injection vulnerabilities and servers accessing the database . It has a very powerful detection engine 、 Penetration tester with various characteristics 、 Access the underlying file system through database fingerprint extraction and execute commands through an external connection .
sqlmap Supported databases
MySQL, Oracle, PostgreSQL, Microsoft SQL Server, Microsoft Access, IBM DB2, SQLite, Firebird, Sybase, SAP MaxDB, Informix, MariaDB, MemSQL, TiDB, CockroachDB, HSQLDB, H2, MonetDB, Apache Derby, Amazon Redshift, Vertica, Mckoi, Presto, Altibase, MimerSQL, CrateDB, Greenplum, Drizzle, Apache Ignite, Cubrid, InterSystems Cache, IRIS, eXtremeDB, FrontBase, Raima Database Manager, YugabyteDB and Virtuoso
sqlmap Five different injection modes are supported
- boolean-based blind( Boolean Injection )
- time-based blind( Based on temporal blind injection )
- error-based( Error reporting injection )
- UNION query-based( Joint injection )
- stacked queries and out-of-band( Stack Injection )
Installation tutorial and problem explanation
1. python Installation of interpreter
Please refer to my article :https://blog.csdn.net/qq_46700234/article/details/122369450
install python Interpreter when , Pay attention to the check of installation path and environment variable configuration , After installation , open CMD, Input python, See the picture below .
The figure shows , Because I installed Anaconda.
For the warning in the figure , Please refer to the big man's article :https://jingyan.baidu.com/article/4f34706ee59a3ea287b56ded.html.
2. sqlmap Installation
(1) Download address :http://sqlmap.org/
Unzip the downloaded file and put it in sqlmap In the folder .
(2) Then right click on the desktop ——> New shortcut , Follow the steps below .
(3) Right click on the shortcut attribute , take The starting position It is amended as follows E:\Software\tools\sqlmap( Modify according to your own installation path ), Then determine .
design sketch
(4) Double click the shortcut you just created , Input sqlmap.py -h
, Why , Curious , It was opened directly sqlmap.py Code box for .
Last , After a search , Direct input python sqlmap.py -h
, Can solve this problem .
thus ,sqlmap Installation successful !
that , Start your sql Take a journey .
边栏推荐
- Global and Chinese markets for modular storage area network (SAN) solutions 2022-2028: Research Report on technology, participants, trends, market size and share
- Global and Chinese market of AVR series microcontrollers 2022-2028: Research Report on technology, participants, trends, market size and share
- [shell script] - archive file script
- Ijcai2022 collection of papers (continuously updated)
- What is an R-value reference and what is the difference between it and an l-value?
- [OC-Foundation框架]-<字符串And日期与时间>
- The carousel component of ant design calls prev and next methods in TS (typescript) environment
- 使用标签模板解决用户恶意输入的问题
- Selenium+Pytest自动化测试框架实战
- Global and Chinese market of cup masks 2022-2028: Research Report on technology, participants, trends, market size and share
猜你喜欢
Blue Bridge Cup_ Single chip microcomputer_ PWM output
Selenium+Pytest自动化测试框架实战(下)
IDS cache preheating, avalanche, penetration
Once you change the test steps, write all the code. Why not try yaml to realize data-driven?
基于B/S的医院管理住院系统的研究与实现(附:源码 论文 sql文件)
Redis之连接redis服务命令
Pytest参数化你不知道的一些使用技巧 /你不知道的pytest
Intel distiller Toolkit - Quantitative implementation 1
LeetCode41——First Missing Positive——hashing in place & swap
Redis之Bitmap
随机推荐
An article takes you to understand the working principle of selenium in detail
Intel distiller Toolkit - Quantitative implementation 3
【文本生成】论文合集推荐丨 斯坦福研究者引入时间控制方法 长文本生成更流畅
[shell script] use menu commands to build scripts for creating folders in the cluster
[OC]-<UI入门>--常用控件的学习
Leetcode: Jianzhi offer 04 Search in two-dimensional array
Redis之核心配置
Advance Computer Network Review(1)——FatTree
LeetCode41——First Missing Positive——hashing in place & swap
Persistence practice of redis (Linux version)
[OC-Foundation框架]--<Copy对象复制>
Leetcode problem solving 2.1.1
Nacos installation and service registration
Redis cluster
QML control type: menu
requests的深入刨析及封装调用
基于WEB的网上购物系统的设计与实现(附:源码 论文 sql文件)
The order of include header files and the difference between double quotation marks "and angle brackets < >
BMINF的后训练量化实现
SimCLR:NLP中的对比学习