Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/m3nu/wp-audit
- Owner: m3nu
- Created: 2019-02-26T06:11:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-13T05:38:56.000Z (over 5 years ago)
- Last Synced: 2024-06-20T17:49:13.551Z (7 months ago)
- Topics: golang, security, security-audit, security-tools, wordpress
- Language: Go
- Size: 5.86 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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, 2019This project is licensed under the terms of the MIT license.