mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-29 12:59:44 +01:00
redo, add docker
This commit is contained in:
parent
6a64b5f964
commit
3a02843f09
20
.github/ISSUE_TEMPLATE.md
vendored
20
.github/ISSUE_TEMPLATE.md
vendored
@ -1,18 +1,16 @@
|
||||
Please make sure that you provide enough information so that we understand what your issue is about.
|
||||
|
||||
1. uname -a
|
||||
|
||||
1. testssl version from the banner (testssl.sh -b 2>/dev/null | head -4 | tail -2)
|
||||
2. testssl version from the banner: testssl.sh -b 2>/dev/null | head -4 | tail -2
|
||||
|
||||
2. what exactly was happening, output is needed
|
||||
3. git log | head -1 (if running from git repo)
|
||||
|
||||
3. what did you expect instead?
|
||||
4. openssl version: testssl.sh -b 2>/dev/null | awk -F':' '/openssl/ { print $2}'
|
||||
|
||||
4. steps to reproduce
|
||||
4. steps to reproduce: testssl.sh or docker command line, if possible incl. host
|
||||
|
||||
5. what exactly was happening, output is needed
|
||||
|
||||
6. what did you expect instead?
|
||||
|
||||
1. testssl.sh command line
|
||||
|
||||
1. if possible: target IP
|
||||
|
||||
1. openssl version used (testssl.sh -b 2>/dev/null | head -16 | tail -3)
|
||||
|
||||
1. your operating system (uname -a)
|
||||
|
Loading…
Reference in New Issue
Block a user