mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor refactoring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user