Today I am going to show you how to bypass Web Application Firewalls (WAF). I will demonstrate from the Simplest and most Basic Techniques !
NOTE: SQL Injection is not demonstrated here! If you don’t know SQL Injection, read this first…
What is WAF?
WAF stands for Web Application Firewall. It is widely used nowadays to detect and defend SQL Injections!
How to know if there is a Web Application Firewall?
This is pretty simple! When you try to enter a command used for SQL Injections (usually the “UNION SELECT” command), you get an 403 Error (and the website says “Forbidden” or “Not Acceptable”).
Example:
http://www.site.com/index.php?page_id=-15 UNION SELECT 1,2,3,4….
Error !!!!!!!!!!!!
Basic/Simple Methods:
First, of course, we need to know the Basic Methods to bypass WAF…
No comments:
Post a Comment