mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor refactoring
This commit is contained in:
parent
c2058dfc8f
commit
54fbb22ab8
4 changed files with 13 additions and 10 deletions
|
|
@ -210,6 +210,7 @@ class Entries:
|
|||
query = rootQuery.blind.count % tbl
|
||||
else:
|
||||
query = rootQuery.blind.count % (conf.db, tbl)
|
||||
|
||||
count = inject.getValue(query, inband=False, error=False, expected=EXPECTED.INT, charsetType=CHARSET_TYPE.DIGITS)
|
||||
|
||||
lengths = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue