mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 20:46:36 +00:00
Adding option --safe-req
This commit is contained in:
parent
4ded9a9966
commit
bb98894dc1
5 changed files with 70 additions and 13 deletions
|
|
@ -156,6 +156,9 @@ safeUrl =
|
|||
# Example: username=admin&password=passw0rd!
|
||||
safePost =
|
||||
|
||||
# Load safe HTTP request from a file.
|
||||
safeReqFile =
|
||||
|
||||
# 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