mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-09 08:00:36 +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))")
|
result = inject.checkBooleanExpression("'W'=UPPER(MID(@@version_compile_os,1,1))")
|
||||||
|
|
||||||
if result:
|
if result:
|
||||||
kb.os = "Linux"
|
|
||||||
elif not result:
|
|
||||||
kb.os = "Windows"
|
kb.os = "Windows"
|
||||||
|
elif not result:
|
||||||
|
kb.os = "Linux"
|
||||||
|
|
||||||
if kb.os:
|
if kb.os:
|
||||||
infoMsg = "the back-end DBMS operating system is %s" % kb.os
|
infoMsg = "the back-end DBMS operating system is %s" % kb.os
|
||||||
|
|
Loading…
Reference in New Issue
Block a user