Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b713b18

Browse files
committed
minor fix for a bug spotted on Sybase
1 parent ac74557 commit b713b18

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

plugins/dbms/sybase/enumeration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ def getTables(self, bruteForce=None):
129129
else:
130130
blinds = [True]
131131

132+
rootQuery = queries[Backend.getIdentifiedDbms()].tables
133+
132134
for db in dbs:
133135
for blind in blinds:
134136
randStr = randomStr()

0 commit comments

Comments
 (0)