minor beautification

This commit is contained in:
Miroslav Stampar 2011-12-16 11:49:20 +00:00
parent ebc04a3d5f
commit 641055144a

View File

@ -123,7 +123,7 @@ class Enumeration(GenericEnumeration):
tables = [] tables = []
for index in xrange(int(count)): for index in xrange(int(count)):
query = rootQuery.blind.query.replace("%s", db).replace("%d", str(index)) query = rootQuery.blind.query.replace("%s", db) % index
table = inject.getValue(query, inband=False, error=False) table = inject.getValue(query, inband=False, error=False)
kb.hintValue = table kb.hintValue = table
table = safeSQLIdentificatorNaming(table, True) table = safeSQLIdentificatorNaming(table, True)