Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 605c5b0

Browse files
committed
Minor style update
1 parent 06d8547 commit 605c5b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def process(match, repl):
279279

280280
elif not testableParameters:
281281
errMsg = "all testable parameters you provided are not present "
282-
errMsg += "within the GET, POST and Cookie parameters"
282+
errMsg += "within the given request data"
283283
raise SqlmapGenericException(errMsg)
284284

285285
def _setHashDB():

0 commit comments

Comments
 (0)