mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Minor update of fingerprints
This commit is contained in:
parent
2d63441cc4
commit
bb61b08c83
4 changed files with 5 additions and 4 deletions
|
|
@ -94,7 +94,8 @@ class Fingerprint(GenericFingerprint):
|
|||
("2008", "SYSDATETIME()=SYSDATETIME()"),
|
||||
("2012", "CONCAT(NULL,NULL)=CONCAT(NULL,NULL)"),
|
||||
("2014", "CHARINDEX('12.0.2000',@@version)>0"),
|
||||
("2016", "ISJSON(NULL) IS NULL")
|
||||
("2016", "ISJSON(NULL) IS NULL"),
|
||||
("2017", "TRIM(NULL) IS NULL")
|
||||
):
|
||||
result = inject.checkBooleanExpression(check)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue