When you suspect your target site is vulnerable to SQLi and you find out that it is protected by Cloudflare, you can still to launch SQLMap against the target.
First of all, you need to make sure the target site is protected by Cloudflare, you can add "--identify-waf" or "--check-waf" to confirm. However, do not set "--thread=" larger than 1 as the target will give you "403 Forbidden" error. Once you get the "403 error", your IP address is banned. Therefore, you are required to consider to use proxy servers or TOR to access the target.
Secondary, you need to add "--tamper='between,randomcase,space2comment'" and "-v 3", if the target is confirmed being protected by Cloudflare. You may also consider to add "--random-agent" and "--tor" when necessary.
Finally, do not use Kali Linux provided SQLMap scripts as it has no "WAF" scripts pre-installed. You are better to download the latest version of SQLMap from the official site.
git clone https://github.com/sqlmapproject/sqlmap.git
This hint can be applied to other WAFs, IDSs and IPSs, such as mod_security or other Cloudflare like service providers.
For example :
python sqlmap.py -u "https://www.cloudflare.com/" --identity-waf --tamper="between,randomcase,space2comment" -v 3 --random-agent --tor
SQLMap for Cloudflare protected sites
Related Posts:
Ardamax Keylogger 4.1.2 Professional Edition+activation Like Our work Download this file *If the first option not working try another. Search Keywords: software, softwares, avast, porn, keylogger, sms, sms bomber, google, fa… Read More
Ghost Phisher It is a Wireless and Ethernet security auditing and attack software program written using the Python Programming Language and the Python Qt GUI library, the program is able to emulate access points and deploy various inte… Read More
SQLMap for Cloudflare protected sitesWhen you suspect your target site is vulnerable to SQLi and you find out that it is protected by Cloudflare, you can still to launch SQLMap against the target.First of all, you need to make sure the target site is protected b… Read More
OWASP RainbowMaker v1.2 ReleasedOWASP Rainbow Maker is free to use. It is licensed under the GNU GPL v3 License. Compatible with Win 32-bit.Supported Two modes:Crack the hashCreate a Rainbow Table Download location 1 Download location 2 Do… Read More
Exploiting and Reversing Books … Read More