mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
quick fix
This commit is contained in:
parent
e181d5412e
commit
148fb26301
|
@ -281,9 +281,9 @@ class Fingerprint(GenericFingerprint):
|
|||
result = inject.checkBooleanExpression("'W'=UPPER(MID(@@version_compile_os,1,1))")
|
||||
|
||||
if result:
|
||||
kb.os = "Linux"
|
||||
elif not result:
|
||||
kb.os = "Windows"
|
||||
elif not result:
|
||||
kb.os = "Linux"
|
||||
|
||||
if kb.os:
|
||||
infoMsg = "the back-end DBMS operating system is %s" % kb.os
|
||||
|
|
Loading…
Reference in New Issue
Block a user