mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Added --dependences to show which sqlmap dependences are not available
This commit is contained in:
parent
8485827352
commit
7152a1ed3b
6 changed files with 123 additions and 6 deletions
|
|
@ -576,6 +576,10 @@ tor = False
|
|||
# Valid: True or False
|
||||
wizard = False
|
||||
|
||||
# Show which sqlmap dependences are not available.
|
||||
# Valid: True or False
|
||||
dependences = False
|
||||
|
||||
# Verbosity level.
|
||||
# Valid: integer between 0 and 6
|
||||
# 0: Show only error and critical messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue