diff --git a/doc/MANUAL.md b/doc/MANUAL.md index 15896b2b85..be8aacad3f 100644 --- a/doc/MANUAL.md +++ b/doc/MANUAL.md @@ -3,34 +3,34 @@ - [CVE Binary Tool User Manual](#cve-binary-tool-user-manual) - [How it works](#how-it-works) - [Installing](#installing) - - [Fixing Known Issues / What should I do if it finds something?](#fixing-known-issues--what-should-i-do-if-it-finds-something) + - [Fixing Known Issues / What should I do if it finds something?](#fixing-known-issues-what-should-i-do-if-it-finds-something) - [Limitations](#limitations) - [Optional Arguments](#optional-arguments) - - [-u {now,daily,never}, --update {now,daily,never}](#-u-nowdailynever---update-nowdailynever) - - [-e EXCLUDE, --exclude EXCLUDE](#-e-exclude---exclude-exclude) - - [-h, --help](#-h---help) - - [-V, --version](#-v---version) - - [--disable-version-check](#--disable-version-check) + - [-u {now,daily,never}, --update {now,daily,never}](#u-now-daily-never-update-now-daily-never) + - [-e EXCLUDE, --exclude EXCLUDE](#e-exclude-exclude-exclude) + - [-h, --help](#h-help) + - [-V, --version](#v-version) + - [--disable-version-check](#disable-version-check) - [Checkers Arguments](#checkers-arguments) - - [-s SKIPS, --skips SKIPS](#-s-skips---skips-skips) - - [-r CHECKERS, --runs CHECKERS](#-r-checkers---runs-checkers) + - [-s SKIPS, --skips SKIPS](#s-skips-skips-skips) + - [-r CHECKERS, --runs CHECKERS](#r-checkers-runs-checkers) - [Input Arguments](#input-arguments) - [directory (positional argument)](#directory-positional-argument) - - [-i INPUT_FILE, --input-file INPUT_FILE](#-i-input_file---input-file-input_file) - - [-C CONFIG, --config CONFIG](#-c-config---config-config) + - [-i INPUT_FILE, --input-file INPUT_FILE](#i-input-file-input-file-input-file) + - [-C CONFIG, --config CONFIG](#c-config-config-config) - [Yaml example file](#yaml-example-file) - [Toml example file](#toml-example-file) - [Output Arguments](#output-arguments) - - [-o OUTPUT_FILE, --output-file OUTPUT_FILE](#-o-output_file---output-file-output_file) - - [--html-theme HTML_THEME](#--html-theme-html_theme) - - [-f {csv,json,console,html}, --format {csv,json,console,html}](#-f-csvjsonconsolehtml---format-csvjsonconsolehtml) - - [-c CVSS, --cvss CVSS](#-c-cvss---cvss-cvss) - - [-S {low,medium,high,critical}, --severity {low,medium,high,critical}](#-s-lowmediumhighcritical---severity-lowmediumhighcritical) + - [-o OUTPUT_FILE, --output-file OUTPUT_FILE](#o-output-file-output-file-output-file) + - [--html-theme HTML_THEME](#html-theme-html-theme) + - [-f {csv,json,console,html}, --format {csv,json,console,html}](#f-csv-json-console-html-format-csv-json-console-html) + - [-c CVSS, --cvss CVSS](#c-cvss-cvss-cvss) + - [-S {low,medium,high,critical}, --severity {low,medium,high,critical}](#s-low-medium-high-critical-severity-low-medium-high-critical) - [Output verbosity](#output-verbosity) - [Quiet Mode](#quiet-mode) - [Logging modes](#logging-modes) - [Deprecated Arguments](#deprecated-arguments) - - [-x, --extract](#-x---extract) + - [-x, --extract](#x-extract) - [Feedback & Contributions](#feedback--contributions) - [Security Issues](#security-issues) @@ -82,17 +82,17 @@ which is useful if you're trying the latest code from comma-separated list of checkers to disable -r RUNS, --runs RUNS comma-separated list of checkers to enable -| | | | Available checkers | | | | -| -------- | --------- | ---------------| ------------------ | ---------- | ---------- | ------- | -| avahi | bash | bind | binutils | busybox | bzip2 | cups | -| curl | dovecot | expat | ffmpeg | freeradius | gcc | gimp | -| gnutls | glibc | gstreamer | haproxy | hostapd | icecast | icu | -| irssi | kerberos | libarchive | libdb | libgcrypt | libjpeg | libnss | -| libtiff | libvirt | lighttpd | mariadb | memcached | ncurses | nessus | -| netpbm | nginx | node | openafs | openldap | openssh | openssl | -| openswan | openvpn | png | polarssl_fedora | postgresql | python | qt | -| radare2 | rsyslog | samba | sqlite | strongswan | syslogng | systemd | -| tcpdump | varnish | wireshark | xerces | xml2 | zlib | | +| | | | Available checkers | | | | +| -------- | -------- | ---------- | ------------------ | ---------- | -------- | ------- | +| avahi | bash | bind | binutils | busybox | bzip2 | cups | +| curl | dovecot | expat | ffmpeg | freeradius | gcc | gimp | +| gnutls | glibc | gstreamer | haproxy | hostapd | icecast | icu | +| irssi | kerberos | libarchive | libdb | libgcrypt | libjpeg | libnss | +| libtiff | libvirt | lighttpd | mariadb | memcached | ncurses | nessus | +| netpbm | nginx | node | openafs | openldap | openssh | openssl | +| openswan | openvpn | png | polarssl_fedora | postgresql | python | qt | +| radare2 | rsyslog | samba | sqlite | strongswan | syslogng | systemd | +| tcpdump | varnish | wireshark | xerces | xml2 | zlib | | For a quick overview of usage and how it works, you can also see [the readme file](README.md).