Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 534 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 534 Bytes

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 😄