mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor update
This commit is contained in:
parent
7e1f784eaa
commit
058e1aecb4
6 changed files with 5 additions and 13 deletions
|
|
@ -4,7 +4,7 @@ from lib.core.convert import urldecode
|
|||
from lib.core.convert import urlencode
|
||||
|
||||
"""
|
||||
IFNULL(A,B) -> IF(ISNULL(A),B,A)
|
||||
IFNULL(A,B) -> IF(ISNULL(A),B,A) (e.g., IFNULL(1,2) -> IF(ISNULL(1),2,1))
|
||||
"""
|
||||
def tamper(place, value):
|
||||
if value and value.find("IFNULL") > -1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue