mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
Merge pull request #567 from dcooper16/run_rc4_e
Mark export ciphers in run_rc4()
This commit is contained in:
commit
7a4c6294ac
@ -9382,6 +9382,7 @@ run_rc4() {
|
||||
fi
|
||||
if "$WIDE"; then
|
||||
#FIXME: JSON+CSV in wide mode is missing
|
||||
export="${export2[i]}"
|
||||
neat_list "${normalized_hexcode[i]}" "${ciph[i]}" "${kx[i]}" "${enc[i]}"
|
||||
if "$SHOW_EACH_C"; then
|
||||
if "${ciphers_found[i]}"; then
|
||||
|
Loading…
Reference in New Issue
Block a user