Skip to content

scue/splitparse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Python 100.0%