Skip to content

thewh1teagle/process_sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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).

About

packet sniffer of specific process with wireshark!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages