Sponsor this project | Hacking Tools | Crax

Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  • We are in solidarity with our brothers and sisters in Palestine. Free Palestine. To learn more visit this Page

  • Crax.Pro domain has been taken down!

    Alternatives: Craxpro.io | Craxpro.com

Automatic SQL injection and database takeover tool

Automatic SQL injection and database takeover tool

LV
0
 

zhongchao

Member
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.

Similar threads

Top Bottom