mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
minor fix for a bug spotted on Sybase
This commit is contained in:
parent
ac74557614
commit
b713b18fd2
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue