• We just launched and are currently in beta. Join us as we build and grow the community.

Easy way to Hack Database using Wizard switch in Sqlmap

2lifeiseasy2

Stablecoin Strategist
2 Rep
0
0
0
Rep
0
2 Vouches
0
0
0
Vouches
0
Posts
67
Likes
33
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 300 XP
Sqlmap provides wizard options for beginner and saves you much time. So start your Kali Linux and open the terminal and now the following command to use wizard interface of sqlmap.

Code:
sqlmap -u "http://testphp.vulnweb.com/listproducts.php?cat=1" --wizard

Type 1 for normal; to select the injection difficulty. Now again type 1 for basic enumeration.

1.png


It will automatically dump the basic detail of the backend server. Here you can see from the given screenshot it is shown that web application technology is nginx, PHP 5.3.10 and the operating system is Linux Ubuntu and many more things.

2.png


Now change level for penetration testing of the web with the sqlmap wizard. Again type the same command.

Code:
sqlmap -u "http://testphp.vulnweb.com/listproducts.php?cat=1" --wizard

Type 2 for medium; to select the injection difficulty. Now again type 2 for intermediate enumeration.

3.png


Wonderful!!! We have got a database name and all table names with columns.

4.png


Now again change level for penetration testing of the web with the sqlmap wizard. Repeat the same command.

Code:
sqlmap -u "http://testphp.vulnweb.com/listproducts.php?cat=1" --wizard

Type 3 for hard; to select the injection difficulty. Now again type 3 for All enumeration.

5.png


Awesome within three steps we have got entire information of acurat database. You can see the result from the screenshot.

6.png


Here we have all tables with its field details and column details.

7.png


Author: Aarti Singh is a Researcher and Technical Writer at Hacking Articles an Information Security Consultant Social Media Lover and Gadgets. Contact here
 

442,401

317,942

317,951

Top