mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-08 09:40:57 +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
|
fi
|
||||||
if "$WIDE"; then
|
if "$WIDE"; then
|
||||||
#FIXME: JSON+CSV in wide mode is missing
|
#FIXME: JSON+CSV in wide mode is missing
|
||||||
|
export="${export2[i]}"
|
||||||
neat_list "${normalized_hexcode[i]}" "${ciph[i]}" "${kx[i]}" "${enc[i]}"
|
neat_list "${normalized_hexcode[i]}" "${ciph[i]}" "${kx[i]}" "${enc[i]}"
|
||||||
if "$SHOW_EACH_C"; then
|
if "$SHOW_EACH_C"; then
|
||||||
if "${ciphers_found[i]}"; then
|
if "${ciphers_found[i]}"; then
|
||||||
|
Loading…
Reference in New Issue
Block a user