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:
David Cooper 2017-03-30 12:37:41 -04:00 committed by GitHub
parent 603f03e79a
commit d8a7037000

View File

@ -892,7 +892,7 @@ fileout_json_finding() {
$do_mx_all_ips && target="$URI"
echo -e " {
\"target host\" : \"$target\",
\"port\" : \"$PORT\"
\"port\" : \"$PORT\",
\"service\" : \"$finding\",
\"ip\" : \"$NODEIP\"," >> "$JSONFILE"
else