mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
added --tamper option
This commit is contained in:
parent
9a08f7feb8
commit
34580f56fc
6 changed files with 107 additions and 42 deletions
|
|
@ -204,6 +204,9 @@ def cmdLineParser():
|
|||
action="store_true", default=False,
|
||||
help="Use operator BETWEEN instead of default '>'")
|
||||
|
||||
injection.add_option("--tamper", dest="tamper",
|
||||
help="Use given module(s) for tampering injection data")
|
||||
|
||||
# Techniques options
|
||||
techniques = OptionGroup(parser, "Techniques", "These options can "
|
||||
"be used to test for specific SQL injection "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue