Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 429 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 429 Bytes

PCAP-Programming

WhiteHatSchool PCAP Programming Source Code.

Compile Command ⚙️

gcc -o Packet_Sniffer Packet_Sniffer.c -lpcap

Execute File

  1. Change Interface Name. (Reference ifconfig result)
image
  1. execute file with admin permission.
sudo ./Packet_Sniffer