Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 687 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 687 Bytes

Wireshark post objects convert tool

wsconv.sh

This script is designed to search from the exported wireshark POST objects and convert it to a format convenient for viewing. Work tested on Linux and BSD systems and exclude specefic platform tools (tail -r on BSD, tac on Linux etc)

How to use

Export wireshark objects and run shell script from export dir.

Export objects

Download

cd objects_export
wget https://raw.githubusercontent.com/n0a/wireshark-post-convert/main/wsconv.sh && chmod +x wsconv.sh
./wsconv.sh

Check found_files dir for POST wireshark objects. Enjoy!

Running result