mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Adding an option --safe-post
This commit is contained in:
parent
7517db76d1
commit
349dfbf2ae
5 changed files with 10 additions and 2 deletions
|
|
@ -188,6 +188,9 @@ def cmdLineParser():
|
|||
request.add_option("--safe-url", dest="safUrl",
|
||||
help="URL address to visit frequently during testing")
|
||||
|
||||
request.add_option("--safe-post", dest="safPost",
|
||||
help="POST data to send to a safe URL")
|
||||
|
||||
request.add_option("--safe-freq", dest="saFreq", type="int",
|
||||
help="Test requests between two visits to a given safe URL")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue