mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 11:33:47 +03:00
minor fix
This commit is contained in:
parent
41b60b26fc
commit
d9d4e3ea9b
|
@ -1389,7 +1389,7 @@ class Enumeration:
|
||||||
|
|
||||||
if not count:
|
if not count:
|
||||||
query = dumpNode.count % table
|
query = dumpNode.count % table
|
||||||
count = inject.getValue(query, inband=False, error=False) if blind else count = inject.getValue(query, blind=False)
|
count = inject.getValue(query, inband=False, error=False) if blind else inject.getValue(query, blind=False)
|
||||||
|
|
||||||
if count == "0":
|
if count == "0":
|
||||||
infoMsg = "table '%s' appears to be empty" % table
|
infoMsg = "table '%s' appears to be empty" % table
|
||||||
|
|
Loading…
Reference in New Issue
Block a user