bsdb0y / Raw-Packet-Sniffer-in-C

Raw packet sniffer in C for Linux which supports both wireless and Ethernet for promiscuous mode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Raw Packet Sniffer in C for Linux.

  • It supports both wireless and Ethernet monitoring mode by default.

  • For Wireless :

    • Please, Check if your wireless supports monitoring mode or not. If not then buy a small monitoring compatible wireless card .

#HowTO Use: - Switch to root or use Sudo. (Required to open raw socket )

- sudo <binary_name> <name_of_card_for_monitoring>

About

Raw packet sniffer in C for Linux which supports both wireless and Ethernet for promiscuous mode.


Languages

Language:C 100.0%