Capture raw packets using libpcap. Only works on windows for now, it will soon be updated for other platforms as well.
- 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
For Windows Wiki 😄