caesar0301 / http-dumper

Similar to tcpdump, but it is just to dump packets header (up to HTTP header end) by sniffing NIC in a live mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This program aims to dump the packets carrying HTTP traffic for later analysis.

The standard HTTP (80), HTTPs (443) and HTTP proxy (3128) ports are filtered out. 

The unencripted HTTP header and TCP header are saved as pcap format in the output file. If the HTTP header is not detected, only TCP header is 
and saved in the output file.

Xiaming Chen
2012-11
chenxm35@gmail.com

About

Similar to tcpdump, but it is just to dump packets header (up to HTTP header end) by sniffing NIC in a live mode.


Languages

Language:C 100.0%