Merge pull request #1721 from drwetter/run_ws_default_fix
Winshock should now run also per default
This commit is contained in:
commit
e62a9b8446
|
@ -21356,7 +21356,7 @@ set_scanning_defaults() {
|
||||||
do_header=true
|
do_header=true
|
||||||
do_fs=true
|
do_fs=true
|
||||||
do_rc4=true
|
do_rc4=true
|
||||||
do_winshock=false
|
do_winshock=true
|
||||||
do_protocols=true
|
do_protocols=true
|
||||||
do_renego=true
|
do_renego=true
|
||||||
do_cipherlists=true
|
do_cipherlists=true
|
||||||
|
|
Loading…
Reference in New Issue