mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 06:01:29 +00:00
minor fix
This commit is contained in:
@@ -102,7 +102,7 @@ class Fingerprint(GenericFingerprint):
|
|||||||
for version, check in [\
|
for version, check in [\
|
||||||
("2000", "HOST_NAME()=HOST_NAME()"),\
|
("2000", "HOST_NAME()=HOST_NAME()"),\
|
||||||
("2005", "XACT_STATE()=XACT_STATE()"),\
|
("2005", "XACT_STATE()=XACT_STATE()"),\
|
||||||
("2008", "SYSDATETIME()>0") ]:
|
("2008", "SYSDATETIME()=SYSDATETIME()") ]:
|
||||||
result = inject.checkBooleanExpression(check)
|
result = inject.checkBooleanExpression(check)
|
||||||
|
|
||||||
if result:
|
if result:
|
||||||
|
|||||||
Reference in New Issue
Block a user