Created
November 29, 2016 17:39
-
-
Save benmmurphy/359297eb0ea14fa6ab05d1b1c96c32b6 to your computer and use it in GitHub Desktop.
rails redirect poison
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo $'HTTP/1.1 301 Redirect\r\nLocation: https://www.youtube.com/watch?v=dQw4w9WgXcQ\r\n\r\n' | nc -l -p 3000 127.0.0.1 & open http://localhost:3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment