Operator On The Wire
Join
← Back to Knowledge Base
RED TEAM / SQL / SQLMAP / HTTP

Crawling


# 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