mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-04-04 14:56:08 +00:00
add config option with wget_deep and increment config option
This commit is contained in:
parent
95a3100214
commit
1609d30703
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
## ##
|
||||
## There are additional options; read the comments for additional descriptions. ##
|
||||
## ##
|
||||
## CONFIG_VERSION=7.0 ##
|
||||
## CONFIG_VERSION=7.2 ##
|
||||
## ##
|
||||
##################################################################################################
|
||||
##################################################################################################
|
||||
|
@ -259,4 +259,7 @@ DNS_SERVER=OFF
|
|||
#
|
||||
BLEEDING_EDGE=OFF
|
||||
#
|
||||
### This will download 1 deep the website with WGET instead of the standard. This may give better results but takes longer
|
||||
WGET_DEEP=ON
|
||||
|
||||
#######################################################################################################################################
|
||||
|
|
Loading…
Add table
Reference in a new issue