mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implementation of an Issue #131
This commit is contained in:
parent
93d35fe522
commit
47073f4afd
3 changed files with 28 additions and 20 deletions
|
|
@ -655,6 +655,9 @@ def cmdLineParser():
|
|||
parser.add_option("--cpu-throttle", dest="cpuThrottle", type="int",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--force-dns", dest="forceDns", action="store_true",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
parser.add_option("--smoke-test", dest="smokeTest", action="store_true",
|
||||
help=SUPPRESS_HELP)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue