Skip to content

Instantly share code, notes, and snippets.

@jamost
Created April 8, 2014 15:59
Show Gist options
  • Select an option

  • Save jamost/10147703 to your computer and use it in GitHub Desktop.

Select an option

Save jamost/10147703 to your computer and use it in GitHub Desktop.
Stop xmlrpc.php Wordpress exploit
# Add folllowing to the directory section of the configuration
<Files xmlrpc.php>
Order deny,allow
Deny from all
</Files>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment