mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 05:39:16 +00:00
Adding an option --safe-post
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user