Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlovett1/detect-wp-core-modifications
A node command that checks WordPress for core file modifications
https://github.com/tlovett1/detect-wp-core-modifications
Last synced: about 1 month ago
JSON representation
A node command that checks WordPress for core file modifications
- Host: GitHub
- URL: https://github.com/tlovett1/detect-wp-core-modifications
- Owner: tlovett1
- Created: 2014-07-24T23:42:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-27T04:55:02.000Z (over 10 years ago)
- Last Synced: 2024-10-02T06:20:55.259Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Detect WordPress Core Modifications
This is a simple node command that checks a WordPress installation for modified and/or removed files. Modifying core
WordPress files is a quick way to introduce security vulnerabilities, break your site, and break future updates.## Install via npm
1. Make sure you have node and npm installed.
1. Install the detect-wp-core-modifications npm package with the following shell command:```
npm install -g detect-wp-core-modifications
```## Usage
You can run the command without any arguments from within the root of a WordPress installation with the following shell
command:```
detect-wp-core-modifications
```You can also specify a relative or absolute path to a WordPress installation:
```
detect-wp-core-modifications ../wordpress
```