Apocalypse Meow
Apocalypse Meow’s main focus is addressing WordPress security issues related to user accounts and logins. This includes things like:
- Brute-force login-in protection;
- Customizable password strength requirements;
- XML-RPC and WP-REST access controls;
- Account access alerts;
- Searchable access logs (including failed login attempts and temporary bans);
- User enumeration prevention;
- Miscellaneous Core and template options to make targetted hacks more difficult;
Security is an admittedly technical subject, but Apocalypse Meow strives to help educate “normal” users about the nature of common web attacks, mitigation techniques, etc. Every option contains detailed explanations and links to external resources with additional information.
Knowledge is power!
Screenshots
Premium Licensing
Apocalypse Meow’s main focus is addressing WordPress security issues related to user accounts and logins. This includes things like:
- Brute-force login-in protection;
- Customizable password strength requirements;
- XML-RPC and WP-REST access controls;
- Account access alerts;
- Searchable access logs (including failed login attempts and temporary bans);
- User enumeration prevention;
- Miscellaneous Core and template options to make targetted hacks more difficult;
Security is an admittedly technical subject, but Apocalypse Meow strives to help educate “normal” users about the nature of common web attacks, mitigation techniques, etc. Every option contains detailed explanations and links to external resources with additional information.
Knowledge is power!
We hate complicated licensing!, so have kept ours dead simple. All licenses come with free lifetime updates. Single licenses are valid for use on one domain, while Developer licenses can be used on any number of different projects.
For more information about plugin licensing, please have a look at the FAQ.
Documentation
The Premium Version of the plugin includes additional features such as CLI management, hooks and filters, and the ability to set readonly configurations.
Read-only Settings
Most Apocalypse Meow settings can be hardcoded as PHP constants in wp-config.php
. This allows system administrators to set up the plugin without logging in, and also prevents configuration changes from being made by WordPress users (constant-defined options are readonly).
Hooks & Filters
Actions and filters are provided to allow custom themes or plugins to reference or utilize the Apocalypse Meow brute-force protection system.
WP-CLI
GUI is for suckers. The essential system adminy tools of Apocalypse Meow are also available through the command line via WP-CLI.
Changelog
plugins_api()
response to match formatting change.