/Monitor-Mode-Sniffer

A Simple Python Program that sniffs packets using Scapy Module

Primary LanguagePython

Monitor Mode Sniffer

A Simple Python Program that sniffs packets using Scapy Module

Requirements

Langauge Used = Python3
Modules/Packages used:

  • os
  • scapy
  • datetime
  • optparse
  • colorama
  • threading
  • time

Install the dependencies:

pip install -r requirements.txt