mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-09 18:20:59 +01:00
Fix syntax error
This commit is contained in:
parent
4be1c9cb8e
commit
88746d4b1f
@ -701,6 +701,7 @@ run_http_header() {
|
|||||||
else
|
else
|
||||||
pr_litered " -- Redirect to insecure url (NOT ok)"
|
pr_litered " -- Redirect to insecure url (NOT ok)"
|
||||||
output_finding "redirect" "$NODEIP" "$PORT" "NOT OK" "Redirect to insecure url: \"$redirect\" (NOT ok)"
|
output_finding "redirect" "$NODEIP" "$PORT" "NOT OK" "Redirect to insecure url: \"$redirect\" (NOT ok)"
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
200)
|
200)
|
||||||
output_finding "status_code" "$NODEIP" "$PORT" "INFO" \
|
output_finding "status_code" "$NODEIP" "$PORT" "INFO" \
|
||||||
|
Loading…
Reference in New Issue
Block a user