mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 09:24:01 +01:00
Minor style update
This commit is contained in:
parent
06d8547916
commit
605c5b089e
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ def _setRequestParams():
|
||||||
|
|
||||||
elif not testableParameters:
|
elif not testableParameters:
|
||||||
errMsg = "all testable parameters you provided are not present "
|
errMsg = "all testable parameters you provided are not present "
|
||||||
errMsg += "within the GET, POST and Cookie parameters"
|
errMsg += "within the given request data"
|
||||||
raise SqlmapGenericException(errMsg)
|
raise SqlmapGenericException(errMsg)
|
||||||
|
|
||||||
def _setHashDB():
|
def _setHashDB():
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue