mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor patch to MsSQL fingerprinting
This commit is contained in:
parent
a995e1afb4
commit
e9a9d90837
3 changed files with 4 additions and 4 deletions
|
|
@ -82,7 +82,7 @@ class Fingerprint(GenericFingerprint):
|
|||
if conf.direct:
|
||||
result = True
|
||||
else:
|
||||
result = inject.checkBooleanExpression("UNICODE(SQUARE(NULL)) IS NULL")
|
||||
result = inject.checkBooleanExpression("IS_SRVROLEMEMBER(NULL) IS NULL")
|
||||
|
||||
if result:
|
||||
infoMsg = "confirming %s" % DBMS.MSSQL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue