From a7dff8316029279474abc6e95be48bca874e71d1 Mon Sep 17 00:00:00 2001 From: Dirk Date: Sun, 29 Jan 2017 10:46:35 +0100 Subject: [PATCH] $NODE is fine, removing $MX_HOSTNAME, #603 --- testssl.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testssl.sh b/testssl.sh index a7b1268..936f185 100755 --- a/testssl.sh +++ b/testssl.sh @@ -271,7 +271,6 @@ HEXDUMP=(hexdump -ve '16/1 "%02x " " \n"') # This is used to analyze the reply HEXDUMPPLAIN=(hexdump -ve '1/1 "%.2x"') # Replaces both xxd -p and tr -cd '[:print:]' SERVER_COUNTER=0 # Counter for multiple servers -MX_HOSTNAME="" # MX hostname #################### SEVERITY #################### INFO=0 @@ -824,7 +823,7 @@ fileout_json_finding() { echo -e " { \"service\" : \"$finding\", \"ip\" : \"$NODEIP\"," >> "$JSONFILE" - $do_mx_all_ips && echo -e " \"hostname\" : \"$MX_HOSTNAME\"," >> "$JSONFILE" + $do_mx_all_ips && echo -e " \"hostname\" : \"$NODE\"," >> "$JSONFILE" else ("$FIRST_FINDING" && echo -n " {" >> "$JSONFILE") || echo -n ",{" >> "$JSONFILE" echo -e -n "\n" >> "$JSONFILE" @@ -11743,7 +11742,6 @@ run_mx_all_ips() { STARTTLS_PROTOCOL="" # no starttls for Port 465, on all other ports we speak starttls pr_bold "Testing now all MX records (on port $mxport): "; outln "$mxs" for mx in $mxs; do - MX_HOSTNAME=$mx draw_line "-" $((TERM_WIDTH * 2 / 3)) outln parse_hn_port "$mx:$mxport"