• 🌙 Community Spirit

    Ramadan Mubarak! To honor this month, Crax has paused NSFW categories. Wishing you peace and growth!

Automatic SQL injection and database takeover tool (1 Viewer)

Currently reading:
 Automatic SQL injection and database takeover tool (1 Viewer)

Recently searched:

zhongchao

Member
LV
0
Joined
Jul 23, 2023
Threads
1
Likes
0
Awards
1
Credits
920©
Cash
0$
sqlmap 是一个开源渗透测试工具,可以自动执行检测和利用 SQL 注入缺陷以及接管数据库服务器的过程。它配备了强大的检测引擎、终极渗透测试仪的许多利基功能以及广泛的开关,包括数据库指纹、从数据库获取数据、访问底层文件系统以及通过输出在操作系统上执行命令。带外连接。

Screenshots​

Screenshot


You can visit the collection of screenshots demonstrating some of the features on the wiki.

Installation​

You can download the latest tarball by clicking here or latest zipball by clicking here.

Preferably, you can download sqlmap by cloning the Git repository:

git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap-dev


sqlmap works out of the box with Python version 2.6, 2.7 and 3.x on any platform.

Usage​

To get a list of basic options and switches use:

python sqlmap.py -h


To get a list of all options and switches use:

python sqlmap.py -hh


You can find a sample run here. To get an overview of sqlmap capabilities, a list of supported features, and a description of all options and switches, along with examples, you are advised to consult the user's manual.

Photo 2023 08 08 10 55 27
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom