mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
Add documentation to #1245
it accepts a directory. This PR adds documenation for it.
This commit is contained in:
parent
6bd5897c82
commit
c9ec73bce8
@ -226,7 +226,7 @@ session resumption capabilities,
|
||||
Time skew relative to localhost (most server implementations return random values)\.
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
Several certificate information:
|
||||
Several certificate information
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
signature algorithm,
|
||||
@ -263,6 +263,9 @@ displaying DNS Certification Authority Authorization resource record
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
Certificate Transparency info (if provided by server)\.
|
||||
.
|
||||
.IP "" 0
|
||||
|
||||
.
|
||||
.IP "" 0
|
||||
.
|
||||
@ -465,7 +468,7 @@ whole 9 yards
|
||||
\fB\-\-htmlfile <htmlfile>\fR or \fB\-oH <htmlfile>\fR Similar to the aforementioned \fB\-\-jsonfile\fR or \fB\-\-logfile\fR it logs the output in HTML format (see \fB\-\-html\fR) additionally into a file or a directory\. For further explanation see \fB\-\-jsonfile\fR or \fB\-\-logfile\fR\.
|
||||
.
|
||||
.P
|
||||
\fB\-oA <filename>\fR / \fB\-\-outFile <filename>\fR Similar to nmap it does a file output to all available file formats: LOG, JSON pretty, CSV, HTML\. If the filename supplied is equal \fBauto\fR the filename is automatically generated using \'${NODE}\-p${port}${YYYYMMDD\-HHMM}\.${EXT}\' with the according extension\.
|
||||
\fB\-oA <filename>\fR / \fB\-\-outFile <filename>\fR Similar to nmap it does a file output to all available file formats: LOG, JSON pretty, CSV, HTML\. If the filename supplied is equal \fBauto\fR the filename is automatically generated using \'${NODE}\-p${port}${YYYYMMDD\-HHMM}\.${EXT}\' with the according extension\. If a directory is provided all output files will put into \fB<filename>/${NODE}\-p${port}${YYYYMMDD\-HHMM}\.{log,json,csv,html}\fR\.
|
||||
.
|
||||
.P
|
||||
\fB\-oa <filename>\fR / \fB\-\-outfile <filename>\fR Does the same as the previous option but uses flat JSON instead\.
|
||||
|
@ -248,8 +248,7 @@ ADDITIONAL_CA_FILES is the environment variable for this.</p>
|
||||
<li>TLS ticket + session ID information/capabilities,</li>
|
||||
<li>session resumption capabilities,</li>
|
||||
<li>Time skew relative to localhost (most server implementations return random values).</li>
|
||||
<li>Several certificate info:
|
||||
|
||||
<li>Several certificate information
|
||||
<ul>
|
||||
<li>signature algorithm,</li>
|
||||
<li>key size,</li>
|
||||
@ -395,7 +394,7 @@ The same can be achieved by setting the environment variable <code>WARNINGS</cod
|
||||
|
||||
<p><code>--htmlfile <htmlfile></code> or <code>-oH <htmlfile></code> Similar to the aforementioned <code>--jsonfile</code> or <code>--logfile</code> it logs the output in HTML format (see <code>--html</code>) additionally into a file or a directory. For further explanation see <code>--jsonfile</code> or <code>--logfile</code>.</p>
|
||||
|
||||
<p><code>-oA <filename></code> / <code>--outFile <filename></code> Similar to nmap it does a file output to all available file formats: LOG, JSON pretty, CSV, HTML. If the filename supplied is equal <code>auto</code> the filename is automatically generated using '${NODE}-p${port}${YYYYMMDD-HHMM}.${EXT}' with the according extension.</p>
|
||||
<p><code>-oA <filename></code> / <code>--outFile <filename></code> Similar to nmap it does a file output to all available file formats: LOG, JSON pretty, CSV, HTML. If the filename supplied is equal <code>auto</code> the filename is automatically generated using '${NODE}-p${port}${YYYYMMDD-HHMM}.${EXT}' with the according extension. If a directory is provided all output files will put into <code><filename>/${NODE}-p${port}${YYYYMMDD-HHMM}.{log,json,csv,html}</code>.</p>
|
||||
|
||||
<p><code>-oa <filename></code> / <code>--outfile <filename></code> Does the same as the previous option but uses flat JSON instead.</p>
|
||||
|
||||
|
@ -306,7 +306,7 @@ Please note that in testssl.sh 3,0 you can still use `rfc` instead of `iana` and
|
||||
|
||||
`--htmlfile <htmlfile>` or `-oH <htmlfile>` Similar to the aforementioned `--jsonfile` or `--logfile` it logs the output in HTML format (see `--html`) additionally into a file or a directory. For further explanation see `--jsonfile` or `--logfile`.
|
||||
|
||||
`-oA <filename>` / `--outFile <filename>` Similar to nmap it does a file output to all available file formats: LOG, JSON pretty, CSV, HTML. If the filename supplied is equal `auto` the filename is automatically generated using '${NODE}-p${port}${YYYYMMDD-HHMM}.${EXT}' with the according extension.
|
||||
`-oA <filename>` / `--outFile <filename>` Similar to nmap it does a file output to all available file formats: LOG, JSON pretty, CSV, HTML. If the filename supplied is equal `auto` the filename is automatically generated using '${NODE}-p${port}${YYYYMMDD-HHMM}.${EXT}' with the according extension. If a directory is provided all output files will put into `<filename>/${NODE}-p${port}${YYYYMMDD-HHMM}.{log,json,csv,html}`.
|
||||
|
||||
`-oa <filename>` / `--outfile <filename>` Does the same as the previous option but uses flat JSON instead.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user