mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor fix (Sybase Adaptive Server Anywhere doesn't have support for tempdb_id())
This commit is contained in:
@@ -74,7 +74,7 @@ class Fingerprint(GenericFingerprint):
|
||||
if conf.direct:
|
||||
result = True
|
||||
else:
|
||||
result = inject.checkBooleanExpression("tempdb_id()=tempdb_id()")
|
||||
result = inject.checkBooleanExpression("@@transtate=@@transtate")
|
||||
|
||||
if result:
|
||||
infoMsg = "confirming %s" % DBMS.SYBASE
|
||||
|
||||
Reference in New Issue
Block a user