Implementation for an Issue #253

This commit is contained in:
Miroslav Stampar
2012-11-21 10:16:13 +01:00
parent c40dded28c
commit ef2038f1c8
4 changed files with 56 additions and 28 deletions

View File

@@ -604,6 +604,9 @@ def cmdLineParser():
miscellaneous.add_option("-z", dest="mnemonics",
help="Use short mnemonics (e.g. \"flu,bat,ban,tec=EU\")")
miscellaneous.add_option("--answers", dest="answers",
help="Set question answers (e.g. \"quit=N,follow=N\")")
miscellaneous.add_option("--check-payload", dest="checkPayload",
action="store_true",
help="Offline WAF/IPS/IDS payload detection testing")