mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +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:
parent
27ce4b0cf0
commit
b6da946883
11 changed files with 35 additions and 20 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue