# Crawl site, depth 2, test found URLs
sqlmap -u "http://t/" --crawl=2 --batch
# Parse & test forms on a page
sqlmap -u "http://t/page" --forms --batch
# Smart heuristic (skip false positives)
sqlmap -u "http://t/" --smart --batch
RED TEAM / SQL / SQLMAP / HTTP