mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Implementing --proxy-freq (Issue #4496)
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user