-
Notifications
You must be signed in to change notification settings - Fork 8
/
README
56 lines (34 loc) · 1.38 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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.