Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 650 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 650 Bytes

process_sniffer

packet sniffer of specific process with wireshark!

bandicam 2023-05-16 18-03-19-555

Setup

  1. Install wireshark
  2. install Python dependencies
pip3 install -r requirements.txt

Usage:

redirect stdout from Python into wireshark
from cmd (only cmd support pipe):

python sniff.py -p chrome.exe | "C:\Program Files\Wireshark\Wireshark.exe" -k -i -

It will open wireshark and display all the packets arrived in that process name (from chrome.exe).