mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor bug fix
This commit is contained in:
parent
0eb5fb1e5a
commit
3cfa63646b
2 changed files with 8 additions and 7 deletions
|
|
@ -275,7 +275,7 @@ class Agent(object):
|
|||
inferenceQuery = inference.query
|
||||
|
||||
payload = payload.replace("[INFERENCE]", inferenceQuery)
|
||||
else:
|
||||
elif not kb.testMode:
|
||||
errMsg = "invalid usage of inference payload without "
|
||||
errMsg += "knowledge of underlying DBMS"
|
||||
raise SqlmapNoneDataException(errMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue