Skip to content

Commit

Permalink
Correct incomplete commit
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelfuste committed Nov 4, 2024
1 parent d8b439e commit 5773303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17237,8 +17237,8 @@ run_renego() {
fi
if [[ $SERVICE != HTTP ]]; then
# theoric possible case
if [[ $loop_reneg -eq 2 ]];
$tmp_result=0
if [[ $loop_reneg -eq 2 ]]; then
tmp_result=0
fi
case $tmp_result in
0) pr_svrty_medium "VULNERABLE (NOT ok)"; outln ", potential DoS threat"
Expand Down

0 comments on commit 5773303

Please sign in to comment.