Advertisement
Guest User

htaccess honeypot

a guest
Feb 13th, 2015
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.65 KB | None | 0 0
  1. ## ...
  2. <FilesMatch "(\.(sh|sql|htaccess|htpasswd|ini|phps|log)|^www.zip|^xmlrpc.php)$">
  3. order Allow,Deny
  4. deny from all
  5. </FilesMatch>
  6. ## ...
  7.  
  8. <IfModule mod_rewrite.c>
  9. ## ...
  10. RewriteRule ^(phpmyadmin|phpmyadmin/.*|adminmysql/.*|\.svn|\.svn/.*|\
  11. wp-login\.php|wp-admin/.*|admin\.php|admin|admin/.*|bitrix/.*|setup\.php|\
  12. backup\.zip|www\.zip|dir\.zip|backup\.tar\.gz|www\.tar\.gz|dir\.tar\.gz|\
  13. apache-default/.*|backup/.*|cache/.*|home/.*|install/.*|ispmgr/.*|log/.*|\
  14. map/.*|old/.*|pages/.*|pgu/.*|user/.*|users/.*|uslugi/.*|webmanage/.*|\
  15. explore\..*|webadmin\..*|libraries\..*|do\.php|test\.php|phpinfo\..*)$ honeypot.html [L,NE,NC]
  16. ## ...
  17. </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement