mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor refactoring
This commit is contained in:
parent
349dfbf2ae
commit
c5138d4696
5 changed files with 18 additions and 18 deletions
|
|
@ -185,13 +185,13 @@ def cmdLineParser():
|
|||
request.add_option("--randomize", dest="rParam",
|
||||
help="Randomly change value for given parameter(s)")
|
||||
|
||||
request.add_option("--safe-url", dest="safUrl",
|
||||
request.add_option("--safe-url", dest="safeUrl",
|
||||
help="URL address to visit frequently during testing")
|
||||
|
||||
request.add_option("--safe-post", dest="safPost",
|
||||
request.add_option("--safe-post", dest="safePost",
|
||||
help="POST data to send to a safe URL")
|
||||
|
||||
request.add_option("--safe-freq", dest="saFreq", type="int",
|
||||
request.add_option("--safe-freq", dest="safeFreq", type="int",
|
||||
help="Test requests between two visits to a given safe URL")
|
||||
|
||||
request.add_option("--skip-urlencode", dest="skipUrlEncode",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue