Skip to main content.

Ethereal and HTTP

Go through the book's Ethereal/HTTP lab (click here). Print out this worksheet to answer the questions on.

Python Web Programming

(Based on Ch. 6 of the Goerzen book) We will go over Python examples of programs that do the following:

Related Links

Using Scapy

Scapy (http://www.secdev.org/projects/scapy/) is an interactive packet manipulation program. Actually, it is a Python module built upon, among other things, libpcap -- a system-independent interface for user-level package capture. From the Scapy web page: "It is able to forge or decode packets of a wide number of protocols, send them on the wire, capture them, match requests and replies, and much more."