From f8e84fd6c2a8e057c1555d55c13867b58830f467 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 7 Jun 2016 09:01:14 +0200 Subject: [PATCH] Updated Bug reporting (markdown) --- Bug-reporting.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Bug-reporting.md b/Bug-reporting.md index 0e276e3..e692ac8 100644 --- a/Bug-reporting.md +++ b/Bug-reporting.md @@ -4,11 +4,12 @@ Found a bug. Good -- yes, seriously! In the end it'll make testssl.sh better. Needed info: - 1. testssl version from the banner (testssl.sh -b 2>/dev/null | head -4 | tail -1) + 1. testssl version from the banner (``testssl.sh -b 2>/dev/null | head -4 | tail -1``) 1. target IP 1. testssl.sh command line - 1. openssl version used (testssl.sh -b 2>/dev/null | head -16 | tail -3) - 1. Your operating system (uname -a) + 1. openssl version used (``testssl.sh -b 2>/dev/null | head -16 | tail -3``) + 1. Your operating system (``uname -a``) + 1. what was happening (output is useful!) and what did you expect Internal IPs are not useful as the bug likely can't be reproduced.