mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
minor fix for a bug spotted on Sybase
This commit is contained in:
parent
ac74557614
commit
b713b18fd2
|
@ -129,6 +129,8 @@ class Enumeration(GenericEnumeration):
|
|||
else:
|
||||
blinds = [True]
|
||||
|
||||
rootQuery = queries[Backend.getIdentifiedDbms()].tables
|
||||
|
||||
for db in dbs:
|
||||
for blind in blinds:
|
||||
randStr = randomStr()
|
||||
|
|
Loading…
Reference in New Issue
Block a user