Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d8547 commit 605c5b0Copy full SHA for 605c5b0
1 file changed
lib/core/target.py
@@ -279,7 +279,7 @@ def process(match, repl):
279
280
elif not testableParameters:
281
errMsg = "all testable parameters you provided are not present "
282
- errMsg += "within the GET, POST and Cookie parameters"
+ errMsg += "within the given request data"
283
raise SqlmapGenericException(errMsg)
284
285
def _setHashDB():
0 commit comments