mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +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
|
|
@ -152,6 +152,10 @@ rParam =
|
|||
# Example: http://192.168.1.121/index.html
|
||||
safUrl =
|
||||
|
||||
# POST data to send to a safe URL.
|
||||
# Example: username=admin&password=passw0rd!
|
||||
safPost =
|
||||
|
||||
# Test requests between two visits to a given safe URL (default 0).
|
||||
# Valid: integer
|
||||
# Default: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue