Usage
$ sqlmap -u ${url}
$ sqlmap …
Usage
$ sqlmap -u ${url}
$ sqlmap -u ${url} --dbs
$ sqlmap -u ${url} -D ${database} --tables
$ sqlmap -u ${url} -D ${database} -T ${table} --columns
$ sqlmap -u ${url} -D ${database} -T ${table} -C ${col1},${col2} --dump
Options
--tor --tor-type=SOCKS5
References
Share
Donation
如果覺得這篇文章對你有幫助, 除了留言讓我知道外, 或許也可以考慮請我喝杯咖啡, 不論金額多寡我都會非常感激且能鼓勵我繼續寫出對你有幫助的文章。
If this blog post happens to be helpful to you, besides of leaving a reply, you may consider buy me a cup of coffee to support me. It would help me write more articles helpful to you in the future and I would really appreciate it.
Related Posts
- HITCON CTF 2015 Quals Write-up
- 新增幾項設定來防範 Clickjacking Frame Attack
- ITC Hw2
- Y2017W32
- MySQL client 預設允許 MySQL Server 讀取本地端的檔案