Skip to content

0-harshit-0/packet-capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Packet Capture

Capture raw packets using libpcap. Only works on windows for now, it will soon be updated for other platforms as well.

Installation

Windows

  • Download the repo.
  • Open CMD as administrator
  • Navigate to the folder
  • Type:
pip install libpcap
py main.py -h

or if you don't have python on PATH you can use this command instead

py -m pip install libpcap
py main.py -h

Usage

For Windows Wiki 😄

About

capture raw packets and parse them using libpcap and python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages