delvelabs / vane2

WordPress version identification and vulnerability finder.
GNU General Public License v2.0
28 stars 9 forks source link

Build Status PyPi

Vane 2.0

A WordPress vulnerability scanner

Installation

From pypy:

python -m venv .
source bin/activate
pip install vane2

vane --help

From source:

git clone https://github.com/delvelabs/vane2
cd vane2
python -m venv .
source bin/activate
pip install -r requirements.txt

python -m vane --help

Getting started

Doing a standard scan:

vane scan --url http://example.com/

Using a HTTP proxy for the scan (replace http://127.0.0.1:8080 with the proxy URL):

vane scan --url http://example.com/ --proxy http://127.0.0.1:8080

Printing output in JSON format:

vane scan --url http://example.com/ --output-format json

Only check for popular plugins and themes:

vane scan --url http://example.com/ -p

Updating the database:

vane import-data

Printing help message:

vane --help

Available options

Source of the data

See [add the URL to openwebvulndb when it is public] for more details.

Contributing

Most contributions are welcome. Simply submit a pull request on GitHub.

Instruction for contributors:

To report a bug or suggest a feature, open an issue.

License

Copyright 2017- Delve Labs inc.

This software is published under the GNU General Public License, version 2.