Created
August 20, 2017 04:36
-
-
Save awesomeaakash/a87908b4c146273570e96c073c2050ae to your computer and use it in GitHub Desktop.
chaosreader - pcap file reader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 allthese tools to learn more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment