AirpyDump : Analyse Wireless Packets On The Fly

AirpyDump is a wireless packet analyzer, providing the interface most likely that of airodump-ng from aircrack suite. It currently provides three working modes which are Reader, Stealth and Live.

Reader Mode is used to read a written captured file earlier either with airodump, wireshark or airpydump itself. Stealth mode is used when you are on a run and don’t want to see the live traffic but just on the end of your run.

So, that you could press CTRL+C at the end of your run and captured packets will be displayed to you. Live mode which is not fully build yet, actually utilize curses library from python which have some problems until now, prints live packets i.e. as soon as they’ve captured by the wireless adapter.

The problem with Live Mode is with resizing the terminal. So, don’t try to maximize or restore the screen while live sniffing or else your terminal will be messed up. The only way then you have to get rid of it is forcibly shut it down and then spawn a new terminal again.

Also Read – SecureTea Project : OWASP Application Designed To Help Secure Unauthorised Access

MODES

READER MODE: python airpydump.py -r [/path/to/.cap/file]
STEALTH MODE: python airpydump.py -i [Monitor Interface] –live
LIVE MODE: python airpydump.py -i [Monitor Interface] –live –curses

USAGE

[usage] python airpydump.py [arguments]

ARGUMENTS

-h, –help prints help manual
-i, –interface= Monitor Mode Interface to use
-r, –read= Read a captured file earlier, e.g. packets.cap
-w, –write= Write packets to a file.
-c, –curses Utilize curses library to print live packets
-i, –live Must be used for stealth and live modes

UPDATE

Terminal Error Resizing while Live sniffing

R K

Recent Posts

Wifi-Hacking.py : Your Ultimate Guide To Ethical WiFi Penetration Testing

Unlock the potential of ethical hacking with Wifi-Hacking.py, a powerful cybersecurity tool designed to navigate…

9 hours ago

THREAT ACTORS – TTPs : Decoding The Digital Underworld Through Comprehensive Mapping

This repository was created with the aim of assisting companies and independent researchers about Tactics,…

9 hours ago

MagicDot : Harnessing DOT-To-NT Path Conversion For Rootkit-Like Capabilities

A set of rootkit-like abilities for unprivileged users, and vulnerabilities based on the DOT-to-NT path…

9 hours ago

Ethical Hacking And Penetration Testing Tools – Harnessing Python For Robust Cybersecurity Solutions

This repository contains tools created by yogSahare0 while learning Python 3 for ethical hacking and penetration testing.…

3 days ago

SentinelEye – Automated Wireless Security Toolkit

"NetSecChallenger" provides a suite of automated tools designed for security professionals and network administrators to…

3 days ago

Autohack : Your Step-By-Step Guide To Installation And Setup

The essential tool for cybersecurity enthusiasts! This guide provides a detailed walkthrough on how to…

3 days ago