Skip to content

SlidingWindow/packet_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Packet Parser

Process network packets while sniffing or reading from PCAP files.

This is what it can do:

  1. Read a PCAP file.
  2. Extract HTTP requests and dump those into a JSON file.
  3. Extract HTTP Responses and dump those into a JSON file.
  4. Extract images from HTTP Responses and save them to current directory.

To Do:

  1. Save full duplex (HTTP Request + Response) in a JSON file.
  2. Extract other content-types from HTTP Responses.
  3. Support other common network protocols.
  4. Do all of the above while in Sninff() mode.
  5. And much more!

Thanks to:

  1. @ZarvisD for helping me with HTTP Sessions!

Follow me on alt text

About

Process network packets while sniffing or from PCAP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages