mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor refactoring
This commit is contained in:
parent
349dfbf2ae
commit
c5138d4696
5 changed files with 18 additions and 18 deletions
|
|
@ -150,16 +150,16 @@ rParam =
|
|||
|
||||
# URL address to visit frequently during testing.
|
||||
# Example: http://192.168.1.121/index.html
|
||||
safUrl =
|
||||
safeUrl =
|
||||
|
||||
# POST data to send to a safe URL.
|
||||
# Example: username=admin&password=passw0rd!
|
||||
safPost =
|
||||
safePost =
|
||||
|
||||
# Test requests between two visits to a given safe URL (default 0).
|
||||
# Valid: integer
|
||||
# Default: 0
|
||||
saFreq = 0
|
||||
safeFreq = 0
|
||||
|
||||
# Skip URL encoding of payload data
|
||||
# Valid: True or False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue