Skip to content

Instantly share code, notes, and snippets.

@fieke
Last active August 29, 2015 14:13
Show Gist options
  • Save fieke/713ad3e5f07e5c24a3fb to your computer and use it in GitHub Desktop.
Save fieke/713ad3e5f07e5c24a3fb to your computer and use it in GitHub Desktop.
# Block SEMalt botnet .htaccess
# Block SEMalt botnet
RewriteEngine on
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} http://anticrawler\.org [NC,OR]
RewriteCond %{HTTP_REFERER}ready-to-go\.com [NC,OR]
RewriteCond %{HTTP_REFERER} seamalt\.com
RewriteRule .* - [F]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment