Skip to content

iw-dump is a simple bash script that can dump all available WiFi networks using iw. You will get an output like airodump-ng! But with iw-dump you don't need a monitor mode supported adapter. You can work with a regular adapter.

Notifications You must be signed in to change notification settings

NomanProdhan/iw-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

IW-DUMP

iw-dump is a simple bash script that can dump all available WiFi networks using iw. You will get an output like airodump-ng! But with iw-dump you don't need a monitor mode supported adapter. You can work with a regular adapter.

Requirements

  • iw
  • awk

Installation

Clone the repository

git clone https://github.com/NomanProdhan/iw-dump.git

Go to the iw-dump directory

cd iw-dump

Add execution permission to iw-dump.sh

chmod +x iw-dump.sh

Usage

./iw-dump.sh wlan0

Replace wlan0 with your interface. You can check your available interfaces by running the sudo iw dev command.

Screenshot

Screenshot

Contact


If you are a Cyber Security enthusiast and want to improve your skill, you can join our Hack Zone at www.hack.knightsquad.org or www.kshackzone.com

About

iw-dump is a simple bash script that can dump all available WiFi networks using iw. You will get an output like airodump-ng! But with iw-dump you don't need a monitor mode supported adapter. You can work with a regular adapter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages