mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
duplicate code
This commit is contained in:
parent
a5968fff3e
commit
1a052245a6
1 changed files with 0 additions and 4 deletions
|
|
@ -1211,12 +1211,8 @@ class Enumeration:
|
||||||
|
|
||||||
self.forceDbmsEnum()
|
self.forceDbmsEnum()
|
||||||
|
|
||||||
if conf.db:
|
|
||||||
conf.db = safeSQLIdentificatorNaming(conf.db)
|
|
||||||
|
|
||||||
if conf.tbl:
|
if conf.tbl:
|
||||||
for table in conf.tbl.split(","):
|
for table in conf.tbl.split(","):
|
||||||
table = safeSQLIdentificatorNaming(table, True)
|
|
||||||
self.__tableGetCount(conf.db, table)
|
self.__tableGetCount(conf.db, table)
|
||||||
else:
|
else:
|
||||||
self.getTables()
|
self.getTables()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue