Created
November 19, 2013 14:16
-
-
Save schnell18/7546011 to your computer and use it in GitHub Desktop.
simple script using netcat to simulate browser
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
cat << EOF | nc vmcentos64 80 > gitlist_landing_page.txt | |
GET /gitlist/ HTTP/1.1 | |
Host: vmcentos64 | |
User-Agent: netcat | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment