/wpscan-examples

Primary LanguageShellMIT LicenseMIT

wpscan-examples

This repository holds a list of examples of how to integrate WPScan data into your application or workflow.

Table of projects

Project Language Description
webhook-receiver-php PHP This is an example integration of a script that can receive webhooks from WPScan and process them, written in PHP.
webhook-receiver-ruby Ruby Same as the PHP example, but written in Ruby.
multiple-sites-scanner Bash This project is a script for automating WPScan across multiple servers. It uses wp-cli to collect WordPress data and then checks for vulnerabilities via the WPScan API.
nagios-service Bash This project is a script for automating WPScan on a Nagios configuration. It uses the WPScan CLI to monitor external hosts from your Nagios server.
github-action PHP / YAML This project is GitHub action that can be run to check version controlled themes and plugins for vulnerable versions automatically.