htpw icon indicating copy to clipboard operation
htpw copied to clipboard

htpw is a project to increase the security of your WordPress!

Results 2 htpw issues
Sort by recently updated
recently updated
newest added

Added new rule rules to block nikto user agent and sql injections attempts

The rule `RewriteRule .(sql|data|json|yml|ini) - [F]` will prevent the load of `/wp-includes/js/dist/data.js` and I can't edit posts. Fix is to escape the dot: `RewriteRule \.(sql|data|json|yml|ini) - [F]` (eventually should also...