Quick SQLMap Tamper Suggester
—---------------------------------
Usage:
atlas.py [OPTIONS]
-u —url Target URL (e.g:
http://test.com/index.php?id=1)
-p —payload Set Payload (SQLMap payload return 4xx-5xx code)
-d —dbms Set DBMS: mysql,mssql,..etc (more quick!)
-m —method Set method: POST or GET
-C —concat Concatenate different tampers ("tamper1,tamper2,..")
-g —get-tampers Get list of all tampers
-H —headers Set headers values (support curl method)
-D —data Set post data (e.g: —data="id=1..")
-a —agent Set HTTP User agent (e.g: —agent="string..")
-c —cookie Set HTTP Cookie (e.g: —cookie="string..")
-r —random-agent Set a random HTTP User agent
-A —allow-redirect Allow target URL redirect
-t —timeout Set timeout (e.g: —timeout="5")
-v —verbose Show more information
-h —help Show this help and exit