Bootcamp #2: Services

Reading List:
UDP
DNS: Hostname to IP lookup
TLS: Transport Layer Security
HTTPS: Encrypted web traffic
Apache: For hosting websites

Video Supplement:
Eli on Networking
Setting The Burp Suite Proxy Up

Hands On:
Apache is already installed in Samurai.  Learn how to launch and control sites.  (help video)
Run sudo, ifconfig, service, netstat, lsof learn what you are running on your machine, what is connected to the network.
Check out the /etc/host file,
Checkout the tool Burp Suite on Samurai.

Programming:
Write an HTTP client across a socket, to grab the header values / banner of a site. (Easy in python / ruby, can also do this in javascript (and many more languages))