Skip to content

kgretzky/splitparse

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

SplitParse

Short script using buggy http-parser library to decode output logs of sslsplit raw HTTP packets. Decoded packets are organized into proper directory structure and saved in clear-text form.

  • Decodes Transfer-Encoding: chunked
  • Decompresses gzip compression of packets
  • Puts output packets in directories with the name of corresponding domain, the request was made to.
Installation
pip install http-parser
./splitparse.py -i [input_dir] -o [output_dir]
Epilogue

Note: Really buggy, but "good enough". I couldn't get around the http-parser bugs and I believe it would be easier to write your own HTTP parser for professional use.

About

Short script to decode output logs of *sslsplit* raw HTTP packets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages