mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-07 09:10:57 +01:00
commit
bac8cb73f6
@ -834,6 +834,8 @@ fileout_json_finding() {
|
|||||||
if [[ "$1" == service ]]; then
|
if [[ "$1" == service ]]; then
|
||||||
if [[ $SERVER_COUNTER -gt 1 ]]; then
|
if [[ $SERVER_COUNTER -gt 1 ]]; then
|
||||||
echo " ," >> "$JSONFILE"
|
echo " ," >> "$JSONFILE"
|
||||||
|
elif ! "$FIRST_FINDING"; then
|
||||||
|
echo -n "," >> "$JSONFILE"
|
||||||
fi
|
fi
|
||||||
target="$NODE"
|
target="$NODE"
|
||||||
$do_mx_all_ips && target="$URI"
|
$do_mx_all_ips && target="$URI"
|
||||||
|
Loading…
Reference in New Issue
Block a user