0

How can I use SQLMAP to run tests on a website with a WAF/IDS? Suppose I want to run something like this:

python sqlmap.py -u http://www.xxxxxxxxxxxxxx.com/standard.html&id=30 --dbs

How can I test against WAF/IDs in this case?

Anders
  • 64,406
  • 24
  • 178
  • 215
Quinn
  • 1
  • 1
  • 1
  • There is a lot of documentation for sqlmap. Start [here](http://sqlmap.org/) and come back with more specific questions. – Tom K. Mar 26 '18 at 07:37

1 Answers1

1

Basically, you should use the option -tamper and use the tamper scripts. However, please consult the command line helper, or visit the SQLmap wiki page.

CipherX
  • 190
  • 1
  • 8