An open API service indexing awesome lists of open source software.

https://github.com/gill-singh-a/monitor-mode-sniffer

A Simple Python Program that sniffs packets using Scapy Module
https://github.com/gill-singh-a/monitor-mode-sniffer

monitor-mode python3 scapy

Last synced: about 1 month ago
JSON representation

A Simple Python Program that sniffs packets using Scapy Module

Awesome Lists containing this project

README

          

# 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:
```bash
pip install -r requirements.txt
```