Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/m3nu/wp-audit

Audit the versions of your Wordpress sites to find old, vulnerable versions.
https://github.com/m3nu/wp-audit

golang security security-audit security-tools wordpress

Last synced: 3 months ago
JSON representation

Audit the versions of your Wordpress sites to find old, vulnerable versions.

Awesome Lists containing this project

README

        

# Wordpress Version Scanner

If you host a lot of Wordpress sites, you probably want to make sure they have all required updates.

This little Go tool will scan a list of Wordpress sites in parallel and print the corresponding version.

## Installation
Use the pre-built binaries from the [Release page](https://github.com/m3nu/wp-audit/releases) or with Go installed run:

`$ go get -u -v github.com/m3nu/wp-audit`

## Usage
First add all your WordPress domains in a textfile, omitting the protocol. See `domains.txt` for an example. Lines starting with `#` are ignored.

Then run `wp-audit` by passing the textfile. It will look for a file called `domains.txt` by default.

```
$ wp-audit --domain-list domains.txt
Site www.saiaja.com.br is on version 5.1
Site www.thetruthseeker.co.uk is on version 5.1
Site murviel-info-beziers.com is on version 5.1
```

## License
(C) Manuel Riel, 2019

This project is licensed under the terms of the MIT license.