Skip to content

Instantly share code, notes, and snippets.

@MattMcAdams
Created September 2, 2020 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattMcAdams/fe5e6b814e3d76be049812f1d0aec7b8 to your computer and use it in GitHub Desktop.
Save MattMcAdams/fe5e6b814e3d76be049812f1d0aec7b8 to your computer and use it in GitHub Desktop.
Rick Roll obvious hackers
Route::redirect('.env', 'https://www.youtube.com/watch?v=dQw4w9WgXcQ')
Route::redirect('wp-login.php', 'https://www.youtube.com/watch?v=dQw4w9WgXcQ')
Route::redirect('wp-admin', 'https://www.youtube.com/watch?v=dQw4w9WgXcQ')
@MattMcAdams
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment