mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-08 09:40:57 +01:00
Add missing comma
I did some testing with http://jsonlint.com/ and discovered a missing comma when massing testing is being performed and a single JSON file is being created.
This commit is contained in:
parent
603f03e79a
commit
d8a7037000
@ -892,7 +892,7 @@ fileout_json_finding() {
|
|||||||
$do_mx_all_ips && target="$URI"
|
$do_mx_all_ips && target="$URI"
|
||||||
echo -e " {
|
echo -e " {
|
||||||
\"target host\" : \"$target\",
|
\"target host\" : \"$target\",
|
||||||
\"port\" : \"$PORT\"
|
\"port\" : \"$PORT\",
|
||||||
\"service\" : \"$finding\",
|
\"service\" : \"$finding\",
|
||||||
\"ip\" : \"$NODEIP\"," >> "$JSONFILE"
|
\"ip\" : \"$NODEIP\"," >> "$JSONFILE"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user