garthoff / Wifimon

Wi-fi 802.11 Beacon Frame sniffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Wifimon

Introduction

This is a beacon frames sniffer written in C and released under GPLv3.

Explanation & Installation

To install wifimon just enter the directory and running:

  • make install

To unistall it:

  • make clean

Wifimon can run in live-mode or offline-mode, in live-mode you needs root permission to enable monitor mode in your network card.

To receive usage help just type:

  • ./wifimon -h

About

Wi-fi 802.11 Beacon Frame sniffer

License:GNU General Public License v3.0


Languages

Language:C 97.0%Language:Makefile 3.0%