Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 4 days 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
```