mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
Correct incomplete commit
This commit is contained in:
parent
d8b439e48c
commit
5773303f23
@ -17237,8 +17237,8 @@ run_renego() {
|
|||||||
fi
|
fi
|
||||||
if [[ $SERVICE != HTTP ]]; then
|
if [[ $SERVICE != HTTP ]]; then
|
||||||
# theoric possible case
|
# theoric possible case
|
||||||
if [[ $loop_reneg -eq 2 ]];
|
if [[ $loop_reneg -eq 2 ]]; then
|
||||||
$tmp_result=0
|
tmp_result=0
|
||||||
fi
|
fi
|
||||||
case $tmp_result in
|
case $tmp_result in
|
||||||
0) pr_svrty_medium "VULNERABLE (NOT ok)"; outln ", potential DoS threat"
|
0) pr_svrty_medium "VULNERABLE (NOT ok)"; outln ", potential DoS threat"
|
||||||
|
Loading…
Reference in New Issue
Block a user