mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
removed --useBetween switch and added new tampering module ./tamper/between.py
This commit is contained in:
parent
1ae4d0fc2a
commit
1336b97c2c
4 changed files with 54 additions and 9 deletions
|
|
@ -175,10 +175,6 @@ def cmdLineParser():
|
|||
action="store_true", default=False,
|
||||
help="Compare pages based only on their textual content")
|
||||
|
||||
injection.add_option("--use-between", dest="useBetween",
|
||||
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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue