Official Parrot container for SQLmap
9.7K
SQLMap is an automated SQL injection tool used to detect and exploit SQL vulnerabilities in databases.
docker build -t sqlmap .
docker run --rm -it sqlmap
To scan a target for SQL injection:
docker run --rm -it sqlmap -u "http://target.com/vuln.php?id=1" --dbs
Content type
Image
Digest
sha256:637725b81…
Size
296.9 MB
Last updated
28 days ago
docker pull parrotsec/sqlmapPulls:
473
Last week