2.0.0 • Published 7 years ago

wpsec v2.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

Wordpress Verifier

A simple tool to verify wordpress installation and look for modified files.

Install with npm install -g wpsec

Use

wpsec scan /path/to/wordpress

Will print a list of files that differ from the Wordpress distribution that is currently installed in that directory, or differ from the distribution of plugin or theme..

Caveats

For speed this tool uses a bloom filter to verify files against. There is a possibility of false negatives.