.\" Automatically generated by Pandoc 2.7.2 .\" .TH "wpscan-analyze" "1" .hy .SH NAME .PP wpscan-analyze \[en] Analyzes wpscan json output and checks for vulnerabilities. .SH SYNOPSIS .PP wpscan-analyze [\f[I]options\f[R]] \f[I]MODULE\f[R] .PP wpscan-analyze \[en]help .PP wpscan-analyze \[en]version .SH DESCRIPTION .PP wpscan-analyze is a CLI tool that analyzes wpscan json output and checks for vulnerabilities. .PP The project home page currently is \f[I]https://github.com/lukaspustina/wpscan-analyze\f[R]. .SH COMMON OPTIONS .TP .B -f, \[en]wpscan \f[I]wpscan\f[R] wpscan JSON file .TP .B \[en]output-detail \f[I]output_detail\f[R] Select output detail level for human output; all or nok (not ok) [default: nok] [possible values: nok, all]. Please mind that results for WordPress and its main theme are always displayed. .TP .B -o, \[en]output \f[I]output_format\f[R] Select output format [default: human] [possible values: human, json, none] .TP .B -v, \[en]verbose Verbose mode (-v, -vv, -vvv, etc.) .TP .B \[en]help Prints help information .SH LESS COMMON OPTIONS .TP .B \[en]no-color Turns off colorful output. Helpful for non-tty usage. .TP .B -s, \[en]silent Silencium; use this for json output. .TP .B -V, \[en]version Prints version information. .SH EXIT STATUS .PP If wpscan-analyze does not find any issue, then the exit status of the program is 0. The exit states 11, 12, and 13 signal that wpscan-analyze has encountered a vulnerability, an outdated element, or a processing failure, respectively. Any other exit status signals an error. .SH COPYRIGHT AND LICENSE .PP Copyright (c) 2019 Lukas Pustina. Licensed under the MIT License. See \f[I]https://github.com/lukaspustina/wpscan-analyze/blob/master/LICENSE\f[R] for details.