mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
quick fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user