From ee8192720001648cf342151d2d4c5a7c02ff2efa Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Fri, 30 May 2014 11:49:44 +0200 Subject: [PATCH] fix cipherscan human-readable output - pfs_keysize option --- cipherscan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cipherscan b/cipherscan index ff748fa..e7b5f14 100755 --- a/cipherscan +++ b/cipherscan @@ -263,7 +263,7 @@ display_results_in_terminal() { echo $result|grep -v '(NONE)' else # prints priority, ciphersuite, protocols and pfs_keysize - echo $result|grep -v '(NONE)'|awk '{print $1 " " $2 " " $3 " " $8}' + echo $result|grep -v '(NONE)'|awk '{print $1 " " $2 " " $3 " " $9}' fi done|column -t echo