Crates.io | wpscan-analyze |
lib.rs | wpscan-analyze |
version | 1.0.4 |
source | src |
created_at | 2019-05-31 14:07:33.53384 |
updated_at | 2020-06-26 19:35:26.551291 |
description | Analyzes wpscan json output and checks for vulnerabilities |
homepage | https://github.com/lukaspustina/wpscan-analyze |
repository | https://github.com/lukaspustina/wpscan-analyze.git |
max_upload_size | |
id | 138166 |
size | 113,070 |
Analyzes wpscan json output and checks for vulnerabilities
wpscan checks WordPress installation for outdated versions, plugins, and themes. wpscan-analyze
analyses wpscan
's JSON output and signals results via exit status, JSON and human readable output.
wpscan
needs an input file in JSON format generated by a run of wpscan
against a WordPress installation.
wpscan --url https://lukas.pustina.de --update --output wpscan.json --format json
> wpscan -f wpscan.json
wpscan-analyze version=0.0.2, log level=Level(Warn)
+--------------------------+---------+---------------+--------------------+------------+------------+
| Component | Version | Version State | Vulnerabilities | Processing | Result |
+--------------------------+---------+---------------+--------------------+------------+------------+
| WordPress | 4.9.10 | Latest | No vulnerabilities | Ok | Ok |
| Main Theme | 3.2.1 | Latest | No vulnerabilities | Ok | Ok |
| Plugin: wp-super-cache | 1.6.3 | Outdated | No vulnerabilities | Ok | Outdated |
| Plugin: wordpress-seo | 8.0 | Outdated | 1 vulnerabilities | Ok | Vulnerable |
| Plugin: jm-twitter-cards | 9.4 | Outdated | No vulnerabilities | Ok | Outdated |
+--------------------------+---------+---------------+--------------------+------------+------------+
Analyzer result summary: outdated=3, vulnerabilities=1, failed=0
> echo $?
11
man 1 wpscan-analyze
Please add my PackageCloud open source repository and install wpscan-analyze
via apt.
curl -s https://packagecloud.io/install/repositories/lukaspustina/opensource/script.deb.sh | sudo bash
sudo apt-get install wpscan-analyze
There are binaries available at the GitHub release page. The binaries get compiled on Ubuntu.
There are binaries available at the GitHub release page.
Please install Rust via rustup and then run
git clone https://github.com/lukaspustina/wpscan-analyze
cd wpscan-analyze
cargo build
You're free to use wpscan-analyze
. If you find it useful, I would highly appreciate you sending me a postcard from your hometown mentioning how you use wpscan-analyze
. My work address is
Lukas Pustina
CenterDevice GmbH
Rheinwerkallee 3
53227 Bonn
German