mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-11-22 11:01:36 +01:00
first lines
parent
7c5602038e
commit
8fe5311a92
@ -1 +1,19 @@
|
|||||||
## Findings and HowTo Fix'em
|
## Findings and HowTo Fix'em
|
||||||
|
|
||||||
|
### provide debugging output for others
|
||||||
|
|
||||||
|
* Run the section where the problem is (see ``--help``): ``script -c "bash -vx testssl.sh <optionfortherightsection>
|
||||||
|
* Run the whole script with ``--debug=1 --log``. Tar -cvzf mydebug.tgz /tmp/ssltester.<randomstring> <nameoflogfile>
|
||||||
|
|
||||||
|
|
||||||
|
### debug yourself
|
||||||
|
|
||||||
|
YMMV, this is just a hint.
|
||||||
|
|
||||||
|
* spot the section where the bug is
|
||||||
|
* edit the script and put **after** the section an ``exit 0``
|
||||||
|
* switch on debugging either by
|
||||||
|
* editing the program and add before a ``set -x``, run the section of the script
|
||||||
|
* run the script with ``bash -vx testssl.sh <<optionfortherightsection>>``
|
||||||
|
|
||||||
|
If you spotted a problem the easiest thing is
|
Loading…
Reference in New Issue
Block a user