mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Some more refactoring
This commit is contained in:
@@ -39,7 +39,7 @@ class Fingerprint(GenericFingerprint):
|
||||
|
||||
minor, major = None, None
|
||||
|
||||
for version in [6, 7]:
|
||||
for version in (6, 7):
|
||||
result = inject.checkBooleanExpression("%d=(SELECT MAJORVERSION FROM SYSINFO.VERSION)" % version)
|
||||
|
||||
if result:
|
||||
|
||||
Reference in New Issue
Block a user