Exciting new features for Bulk WordPress Security!
Learn more about Bulk WordPress Security Features
  
New Features in cPFence 3.3.8
cpfence --bulk-disable-wp-xmlrpc  
cpfence --bulk-enable-wp-xmlrpc  
Fully disable XML-RPC server-wide, blocking requests with a 403 response or re-enable it when needed.
cpfence --bulk-enable-wp-limit-login  
cpfence --bulk-disable-wp-limit-login  
Protect wp-login by limiting login attempts to 5 in 5 minutes or disable the feature as needed.
cpfence --bulk-set-wp-secure-keys
Automatically set secure WordPress keys for all sites.
cpfence --bulk-set-wp-permissions 
Fix permissions server-wide:
  
- Directories to 755 (750 for public_html)  
 
- Files to 644  
 
- Sensitive files (e.g., wp-config.php) to 600
  
cpfence --bulk-enable-wp-hardening  
cpfence --bulk-disable-wp-hardening
 
Apply or revert hardening measures:
  
- Block PHP in uploads
 
- Secure wp-config.php
 
- Restrict wp-includes
 
cpfence --bulk-disable-wp-file-edit  
cpfence --bulk-enable-wp-file-edit
  
Disable or enable file editing in the WordPress admin panel.
cpfence --bulk-disable-wp-pingback  
cpfence --bulk-enable-wp-pingback
 
Control pingbacks server-wide to prevent DDoS abuse or restore functionality.
cpfence --bulk-disable-wp-cron  
cpfence --bulk-enable-wp-cron
  
Manage WordPress Cron jobs to optimize server performance.