Skip to content

Instantly share code, notes, and snippets.

@awesomeaakash
Created August 20, 2017 04:36
Show Gist options
  • Save awesomeaakash/30b7f14bbfd8a2b1a84be84a1b7de522 to your computer and use it in GitHub Desktop.
Save awesomeaakash/30b7f14bbfd8a2b1a84be84a1b7de522 to your computer and use it in GitHub Desktop.
chaosreader - pcap file reader
chaosreader - trace network sessions and export it to html format
DESCRIPTION ->
Chaosreader traces TCP/UDP/others sessions and fetches application data from snoop or tcpdump logs.
This is a type of "any-snarf" program, as it will fetch telnet sessions, FTP files,
HTTP transfers (HTML, GIF, JPEG etc) and SMTP emails from the captured data inside network traffic logs.
A html index file is created to that links to all the session details, including realtime replay programs for telnet, rlogin, IRC, X11 and VNC sessions.
Chaosreader reports such as image reports and HTTP GET/POST content reports.
It also creates replay programs for telnet sessions, so that you can play them back in real‐
time (or even different speeds).
Chaosreader can also run in standalone mode, where it invokes tcpdump or snoop (a similar to
tcpdump program for Solaris) to create the log files and then processes them.
I used it but i don't like it
So lets use just wireshark for now But it is always good to use all these tools to learn more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment