t0pang4 / WordPress-Vulnerability-Scanner

A simple script to check for CVE's for specific WordPress versions, plugins, and themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

A script for scanning WordPress plugins to determine if they have any open CVE's. It pulls the data from wpvulndb (https://wpvulndb.com/api/v3/wordpresses/494/plugins)

Calling the Script

Scan a version of the WordPress platform

python WP-plugin-vuln-check.py -v "4.9.4"

Scan a WordPress plugin

python WP-plugin-vuln-check.py -p "Yoast SEO"

Scan a WordPress theme

python WP-plugin-vuln-check.py -t "teardrop"

About

A simple script to check for CVE's for specific WordPress versions, plugins, and themes


Languages

Language:Python 100.0%