https://github.com/pforret/wpharden
Harden your Wordpress installation (bash script)
https://github.com/pforret/wpharden
bash bash-script bashew hardening security security-tools wordpress
Last synced: 7 months ago
JSON representation
Harden your Wordpress installation (bash script)
- Host: GitHub
- URL: https://github.com/pforret/wpharden
- Owner: pforret
- License: mit
- Created: 2020-10-12T14:52:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T17:20:19.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T22:21:28.307Z (9 months ago)
- Topics: bash, bash-script, bashew, hardening, security, security-tools, wordpress
- Language: Shell
- Homepage:
- Size: 790 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# wpharden
harden your Wordpress installation
## Installation
with basher
> basher install pforret/wpharden
> wphardenor
> git clone https://github.com/pforret/wpharden
> cd wpharden
> ./wpharden.sh## Usage
> wpharden permission # to restrict permission on files & folders
> wpharden access # to harden .htaccess files
> wpharden config # to move your wp-config file> wpharden all # do all of the above
## Inspiration
* https://wordpress.org/support/article/hardening-wordpress/
* https://gist.github.com/tlongren/2e0c748e486a59e16dab0a6c2c4d9b05© 2020 Peter Forret