WordPress Security
In this module you will learn about WordPress security. You will configure WordPress login bruteforce protection with fail2ban, restrict sensitive URLs and setup rate limits using Nginx. You will write some helper scripts to determine bad actors from server logs, and quickly ban IPs or restrict URL patterns.
Finally, you will install and configure the free Wordfence CLI utility for automatic vulnerability and malware scanning across all sites on your server.
Lessons in this module
- Security 101
- WordPress login bruteforce protection with Fail2ban
- Restrict sensitive URLs with Nginx
- Rate limiting with Nginx
- Finding bad actors from Nginx logs
- Banning IP addresses with Nginx
- Block URL paths with Nginx
- Vulnerability scanning with Wordfence CLI
Next module: Backups