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
commit e62a9b8446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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