Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.
/ http-dumper Public archive

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

Notifications You must be signed in to change notification settings

caesar0301/http-dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages