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.
2 parents d7906e8 + 8cd641a commit 72c79a4Copy full SHA for 72c79a4
1 file changed
lib/controller/controller.py
@@ -551,12 +551,12 @@ def start():
551
elif conf.string:
552
errMsg += " Also, you can try to rerun by providing a "
553
errMsg += "valid value for option '--string' as perhaps the string you "
554
- errMsg += "have choosen does not match "
+ errMsg += "have chosen does not match "
555
errMsg += "exclusively True responses"
556
elif conf.regexp:
557
558
errMsg += "valid value for option '--regexp' as perhaps the regular "
559
- errMsg += "expression that you have choosen "
+ errMsg += "expression that you have chosen "
560
errMsg += "does not match exclusively True responses"
561
562
raise SqlmapNotVulnerableException(errMsg)
0 commit comments