mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implementing --proxy-freq (Issue #4496)
This commit is contained in:
parent
bb02eefb70
commit
1b2ac3069d
5 changed files with 18 additions and 1 deletions
|
|
@ -222,6 +222,9 @@ def cmdLineParser(argv=None):
|
|||
request.add_argument("--proxy-file", dest="proxyFile",
|
||||
help="Load proxy list from a file")
|
||||
|
||||
request.add_argument("--proxy-freq", dest="proxyFreq", type=int,
|
||||
help="Requests between change of proxy from a given list")
|
||||
|
||||
request.add_argument("--tor", dest="tor", action="store_true",
|
||||
help="Use Tor anonymity network")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue