SQLMap - Cheetsheat
Basic arguments for SQLmap
Generic
-u "<URL>"
-p "<PARAM TO TEST>"
--user-agent=SQLMAP
--random-agent
--threads=10
--risk=3 #MAX
--level=5 #MAX
--dbms="<KNOWN DB TECH>"
--os="<OS>"
--technique="UB" #Use only techniques UNION and BLIND in that order (default "BEUSTQ")
--batch #Non interactive mode, usually Sqlmap will ask you questions, this accepts the default answers
--auth-type="<AUTH>" #HTTP authentication type (Basic, Digest, NTLM or PKI)
--auth-cred="<AUTH>" #HTTP authentication credentials (name:password)
--proxy=PROXY
--union-char "GsFRts2" #Help sqlmap identify union SQLi techniques with a weird union charRetrieve Information
Internal
DB data
Injection place
From Burp/ZAP capture
GET Request Injection
POST Request Injection
Injections in Headers and other HTTP Methods
Second order injection
Shell
Crawl a website with SQLmap and auto-exploit
Second Order Injection
Customizing Injection
Set a suffix
Prefix
Help finding boolean injection
Tamper
最后更新于