mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-24 18:45:46 +00:00
minor optimization and refactoring
This commit is contained in:
parent
0a7a648694
commit
5770c08784
5 changed files with 19 additions and 20 deletions
|
|
@ -266,7 +266,7 @@ def attackDumpedTable():
|
|||
colUser = column
|
||||
break
|
||||
|
||||
for i in range(count):
|
||||
for i in xrange(count):
|
||||
for column in columns:
|
||||
if column == colUser or column == '__infos__':
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue