Skip to content

Instantly share code, notes, and snippets.

@schnell18
Created November 19, 2013 14:16
Show Gist options
  • Save schnell18/7546011 to your computer and use it in GitHub Desktop.
Save schnell18/7546011 to your computer and use it in GitHub Desktop.
simple script using netcat to simulate browser
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