mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Aligned comment
This commit is contained in:
parent
77999fb39d
commit
1d5050d577
|
@ -553,10 +553,10 @@ replicate = False
|
|||
# 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
|
||||
# 2: Show also debug messages
|
||||
# 3: Show also payloads injected
|
||||
# 4: Show also HTTP requests
|
||||
# 5: Show also HTTP responses headers
|
||||
# 6: Show also HTTP responses page content
|
||||
# 5: Show also HTTP responses' headers
|
||||
# 6: Show also HTTP responses' page content
|
||||
# Default: 1
|
||||
verbose = 1
|
||||
|
|
Loading…
Reference in New Issue
Block a user