mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor fix (Sybase Adaptive Server Anywhere doesn't have support for tempdb_id())
This commit is contained in:
parent
5b8d631dc0
commit
7cb7c6361f
|
@ -74,7 +74,7 @@ class Fingerprint(GenericFingerprint):
|
||||||
if conf.direct:
|
if conf.direct:
|
||||||
result = True
|
result = True
|
||||||
else:
|
else:
|
||||||
result = inject.checkBooleanExpression("tempdb_id()=tempdb_id()")
|
result = inject.checkBooleanExpression("@@transtate=@@transtate")
|
||||||
|
|
||||||
if result:
|
if result:
|
||||||
infoMsg = "confirming %s" % DBMS.SYBASE
|
infoMsg = "confirming %s" % DBMS.SYBASE
|
||||||
|
|
Loading…
Reference in New Issue
Block a user