Increased default output level from 0 to 1

This commit is contained in:
Bernardo Damele
2008-12-01 23:07:41 +00:00
parent 428612b431
commit 3cf1658532
4 changed files with 11 additions and 11 deletions

View File

@@ -242,14 +242,14 @@ eta = False
# Verbosity level.
# Valid: integer between 0 and 5
# 0: Silent
# 1: Show info messages
# 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
# Default: 0
verbose = 0
# Default: 1
verbose = 1
# Update sqlmap to the latest stable version.
# Valid: True or False