Merge pull request #1721 from drwetter/run_ws_default_fix

Winshock should now run also per default
This commit is contained in:
Dirk Wetter
2020-09-09 15:30:05 +02:00
committed by GitHub

View File

@ -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