mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-31 20:09:03 +00:00
Added one new verbose level, -v 3 now shows the full injected payload.
Fixed also -d verbose output.
This commit is contained in:
15
sqlmap.conf
15
sqlmap.conf
@@ -530,12 +530,13 @@ cleanup = False
|
||||
replicate = False
|
||||
|
||||
# Verbosity level.
|
||||
# Valid: integer between 0 and 5
|
||||
# 0: Show only warning and error messages
|
||||
# 1: Show also info messages
|
||||
# 2: Show also debug messages
|
||||
# 3: Show also HTTP requests
|
||||
# 4: Show also HTTP responses headers
|
||||
# 5: Show also HTTP responses page content
|
||||
# Valid: integer between 0 and 6
|
||||
# 0: Show only critical messages
|
||||
# 1: Show also warning and info messages
|
||||
# 2: Show also debug messages and query
|
||||
# 3: Show also each payload injected
|
||||
# 4: Show also HTTP requests
|
||||
# 5: Show also HTTP responses headers
|
||||
# 6: Show also HTTP responses page content
|
||||
# Default: 1
|
||||
verbose = 1
|
||||
|
||||
Reference in New Issue
Block a user