add missing space for RC4 screen output

This commit is contained in:
Dirk 2018-02-05 18:56:33 +01:00
parent 3cfe3ab87e
commit 364011b6ca

View File

@ -13382,7 +13382,7 @@ run_rc4() {
if [[ $VULN_COUNT -le $VULN_THRESHLD ]]; then if [[ $VULN_COUNT -le $VULN_THRESHLD ]]; then
outln outln
fi fi
pr_bold " RC4"; out " (${cve// /,}) " pr_bold " RC4"; out " (${cve// /, }) "
# get a list of all the cipher suites to test # get a list of all the cipher suites to test
if "$using_sockets" || [[ $OSSL_VER_MAJOR -lt 1 ]]; then if "$using_sockets" || [[ $OSSL_VER_MAJOR -lt 1 ]]; then
@ -13604,7 +13604,7 @@ run_rc4() {
run_youknowwho() { run_youknowwho() {
local cve="CVE-2013-2566" local cve="CVE-2013-2566"
# CVE-2013-2566, local cwe="CWE-310"
# NOT FIXME as there's no code: http://www.isg.rhul.ac.uk/tls/ # NOT FIXME as there's no code: http://www.isg.rhul.ac.uk/tls/
# http://blog.cryptographyengineering.com/2013/03/attack-of-week-rc4-is-kind-of-broken-in.html # http://blog.cryptographyengineering.com/2013/03/attack-of-week-rc4-is-kind-of-broken-in.html
return 0 return 0