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

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)

Awesome Lists containing this project

README

          

# wpharden

harden your Wordpress installation

## Installation

with basher

> basher install pforret/wpharden
> wpharden

or

> 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