Official Parrot container for SQLmap
6.0K
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:6e9fedda2…
Size
296.8 MB
Last updated
23 days ago
docker pull parrotsec/sqlmapPulls:
241
Last week