mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
removed --space (usage of tampering modules is now a prefered way to do it)
This commit is contained in:
parent
d0514d18ec
commit
c9f0c75030
5 changed files with 12 additions and 26 deletions
|
|
@ -182,9 +182,6 @@ def cmdLineParser():
|
|||
action="store_true", default=False,
|
||||
help="Compare pages based only on their textual content")
|
||||
|
||||
injection.add_option("--space", dest="space",
|
||||
help="Use defined string for space instead of standard ' '")
|
||||
|
||||
injection.add_option("--use-between", dest="useBetween",
|
||||
action="store_true", default=False,
|
||||
help="Use operator BETWEEN instead of default '>'")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue