Add new tamper script witch can Replaces instances like 'IFNULL(A, B)' with 'CASE WHEN ISNULL(A) THEN (B) ELSE (A) END', it could be usefull for bypass some weak WAFs that filter the 'IFNULL' and 'IF' functions (#2791)
V
Vitaly Salnikov committed
1436333960e9b4865fe314e07543852f2a5be2c6
Parent: d7677f3
Committed by Miroslav Stampar <miroslav@sqlmap.org>
on 11/22/2017, 12:27:49 PM