A very simple firewall for WordPress that allows you to see all real requests to your WordPress and protect you from Internet attacks. It’s a WAF, a Web Application Firewall that is installed in front of WordPress. It’s installed in the server with the plugin, and it checks requests from the web browsers, bots or webcrawlers to your WordPress. It executes the WAF codes before every request to PHP files of WordPress, so it also works before every request to the WordPress cache.
Features:
- Feel free to contribute in GitHub to improve the project.
- It’s free, completely free.
- Detection and protection of DoS attacks.
- Detection and notification of possible DDoS attacks.
- It can protect you against SQL injection, XSS and Xploit attacks using your own Regexes.
- Permanent block or bypass of custom IPs, it allows you to configure IPs with your own Regexes too.
- Log and show Regex errors, for debug and improve your Regexes.
- Save payloads, all or only when match a regex.
- Block and allow countries and continents.
- 404s detections.
- Show URLs or IPs doing 404s.
- Show IPs that are doing most of the visits.
- Show URLs most visited.
- Search it in the WordPress admin section of plugins.
- Click install when you find it.
- Activate the plugin in the WordPress backend menu of plugins.
- Got to the admin section of What’s going on.
- Install in front of every single request to PHP files, by clicking on the button that says ‘Install .user.ini’.
- See how it works and play with it configs, fully personalizable of what to allow or not.
- Enjoy.. 🙂
Alternative install uploading manually the files to the server:
- Copy the files in the directory /wp-content/plugins/whats-going-on/ like others plugins, or upload it it the admin section into a .zip file.
- Activate the plugin in the WordPress backend menu of plugins.
- Got to the admin section of What’s going on.
- Install in front of every single request to PHP files, by clicking on the button that says ‘Install .user.ini’.
- See how it works and play with it configs, fully personalizable of what to allow or not.
- Enjoy.. 🙂
Alternative install with SSH:
- Goto the plugins directory doing: cd /wp-content/plugins/
- Clone the GitHub repository doing: git clone git@github.com:jaimenj/whats-going-on.git
With SSH you can stay up to date using the normal git pull command.