Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. RewriteRule ^(.*)/wp-admin(.*)$ - [R=410,L]
  2.  
  3. http://example.com/wp-administrator/index.php
  4. http://example.com/wp-admin/index.php
  5. http://example.com/wp-admin
  6. http://example.com/wordpress/wp-admin
  7. http://example.com/wordpress/wp-administrator
  8.  
  9. RewriteRule ^(.*)/wp-admin(.*)$ /pageforhacker.htm [L]
  10.  
  11. <html>
  12. <head>
  13. <meta name="ROBOTS" content="NOINDEX,NOARCHIVE">
  14. <title>Busted!</title>
  15. </head>
  16. <body>
  17. <h1>Busted!</h1>
  18. <p>Sorry hacker, you lose</p>
  19. </body>
  20. </html>
  21.  
  22. ONE HACKER BUSTED!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement