changes regarding Data (GET/POST/Cookie) encoding (Bug #129)

This commit is contained in:
Miroslav Stampar
2010-01-14 18:05:03 +00:00
parent 1d968f51e9
commit 26c7b74e65
8 changed files with 20 additions and 14 deletions

View File

@@ -164,6 +164,10 @@ def cmdLineParser():
help="Matches to be excluded before "
"comparing page contents")
injection.add_option("--cookie-urlencode", dest="cookieUrlencode",
action="store_true",
help="URLEncode generated cookie injections")
# Techniques options
techniques = OptionGroup(parser, "Techniques", "These options can "
"be used to test for specific SQL injection "