iwmap icon indicating copy to clipboard operation
iwmap copied to clipboard

[BASH] Wardriving tool. Collect all the Wi-Fi wireless networks in a log file (csv format) skipping duplicate.

DESCRIPTION

iwmap is a little bash script focused on wardriving activities. Collect all the Wi-Fi wireless networks in a log file (csv format) skipping duplicate.

MACADDRESS CH FREQ KEY ENCR ESSID


00:1D:A1:C1:B5:3D 1 2.412 on TKIP FASTWEB-1-XXXXXXXX 00:21:2F:DE:CA:03 6 2.437 off ---- Free Public WiFi 5D:D8:78:07:C4:CD 6 2.437 on TKIP NETGEAR 64:84:E7:F2:42:30 11 2.462 on TKIP Alice-XXXXXX 00:21:2E:FB:7E:38 6 2.437 on TKIP ICEGUEST 00:1D:A2:BE:48:5D 1 2.412 on TKIP FASTWEB-1-YYYYYYY

DOWNLOAD IWMAP

git clone https://github.com/guelfoweb/iwmap.git

TO USE IWMAP

cd iwmap

bash iwmap

Alternatively, set executable permissions on iwmap file

cp iwmap /usr/local/bin/iwmap

chmod a+x /usr/local/bin/iwmap

iwmap

CONFIGURE

By default interface is setting to wlan0. If you use a different interface then open iwmap file and replace variable with your interface:

WLAN="wlan0"

Variable list:

WLAN="wlan0" # <- Interface type LOGFILE="iwmap.log" # <- Logfile name SLEEP=10 # <- Delay in seconds SU="sudo" # <- Super User

OTHER

This script is currently maintained by Gianni 'guelfoweb' Amato, who can be contacted at [email protected]. Suggestions and criticism are welcome.