Minor update regarding #2791

This commit is contained in:
Miroslav Stampar
2017-11-22 13:29:39 +01:00
parent 1436333960
commit bf8b2eb21e
3 changed files with 4 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ def tamper(payload, **kwargs):
Notes:
* Useful to bypass very weak and bespoke web application firewalls
that filter the IFNULL() and IF() functions
that filter the IFNULL() functions
>>> tamper('IFNULL(1, 2)')
'CASE WHEN ISNULL(1) THEN (2) ELSE (1) END'