1 | 2 | simandl | #!/bin/bash |
2 | 3 | simandl | # authors : Petr Simandl www.simandl.cz |
3 | 7 | simandl | # : Fyzik |
4 | | | # release date : 10/2/2003 |
5 | 2 | simandl | # name : wifimon |
6 | 7 | simandl | # version : 0.4beta2 |
7 | 2 | simandl | # description : hostap powered wifi card monitoring |
8 | | | # license : GPL |
9 | | | |
10 | 7 | simandl | wl_iwccmd="/usr/local/sbin/iwconfig" |
11 | | | wl_ifccmd="/sbin/ifconfig" |
12 | | | wl_hnmcmd="/bin/hostname" |
13 | 2 | simandl | wl_hostap="/proc/net/hostap/" |
14 | | | wl_wireless="/proc/net/wireless" |
15 | 3 | simandl | wl_arp="/proc/net/arp" |
16 | 2 | simandl | |
17 | 4 | simandl | wlc_red=`tput setaf 1` |
18 | | | wlc_green=`tput setaf 2` |
19 | | | wlc_brown=`tput setaf 3` |
20 | | | wlc_blue=`tput setaf 4` |
21 | | | wlc_magenta=`tput setaf 5` |
22 | | | wlc_lblue=`tput setaf 6` |
23 | | | wlc_grey=`tput setaf 7` |
24 | | | wlc_std=`tput sgr0` |
25 | | | |
26 | | | wlc_ip=$wlc_lblue # ip address color |
27 | | | wlc_mac=$wlc_magenta # mac address color |
28 | | | wlc_sig=$wlc_red # signal number color |
29 | | | wlc_bar=$wlc_green # signal bar color |
30 | 7 | simandl | |
31 | | | wl_webpage="/tmp/wifimon.htm" |
32 | | | wl_header="<html><head><meta HTTP-EQUIV=\"Refresh\" CONTENT=\"3\"><title>Wifimon @ `$wl_hnmcmd`</title></head><body BGCOLOR=\"#FFFFFF\" TEXT=\"#000000\"><pre>" |
33 | | | wl_header_static="<html><head><title>Wifimon @ `$wl_hnmcmd`</title></head><body BGCOLOR=\"#FFFFFF\" TEXT=\"#000000\"><pre>" |
34 | | | wl_footer="</pre></body></html>" |
35 | | | |
36 | | | wlm_no_managed_or_master=" neni ani Master ani Managed..." |
37 | | | wlm_number_of_clients="Pocet asociovanych klientu : " |
38 | | | wlm_unknown="Nezname parametry nebo neplatne jmeno rozhrani : " |
39 | | | #wlm_no_managed_or_master=" is not Master or Managed..." |
40 | | | #wlm_number_of_clients="Number of associated clients : " |
41 | | | |
42 | 2 | simandl | ###################################################################### |
43 | 4 | simandl | w_bw() |
44 | | | { |
45 | 6 | simandl | wlc_ip="" |
46 | | | wlc_mac="" |
47 | | | wlc_sig="" |
48 | | | wlc_bar="" |
49 | | | wlc_std="" |
50 | 4 | simandl | } |
51 | | | ###################################################################### |
52 | 2 | simandl | w_bar() |
53 | | | { |
54 | 4 | simandl | echo -n "${wlc_bar}" |
55 | 2 | simandl | until [ "$wl_cnt" -eq -1 ] |
56 | | | do |
57 | 7 | simandl | printf "=" |
58 | 2 | simandl | wl_cnt=$(($wl_cnt - 1 )) |
59 | | | done |
60 | | | printf " \n" |
61 | 6 | simandl | echo -n "${wlc_std}" |
62 | | | # tput sgr0 |
63 | 2 | simandl | } # w_bar |
64 | | | |
65 | | | ###################################################################### |
66 | | | w_managed() |
67 | 7 | simandl | { echo $wl_iwctxt | awk '{print $1,$3,$4,$5" "}' |
68 | | | echo -n `$wl_ifccmd $wl_iface | grep -E "inet addr|inet adr" | awk '{print $2" "}' | sed s/ad*r://g`" " # IP adresa mastera z ifconfig |
69 | | | echo $wl_iwctxt | awk '{print $9,$6,$11" "}' |
70 | | | #echo $wl_iwctxt | awk '{print $27,$28,$29,$31,$32" "}' |
71 | | | #cat $wl_wireless | grep $wl_iface |
72 | | | wl_wtxt=`cat $wl_wireless | grep $wl_iface | awk '{print $3,$4,$5}' | sed 's/\.//g'` |
73 | | | wl_quality=`echo $wl_wtxt | awk '{print $1}'` |
74 | | | wl_signal=`echo $wl_wtxt | awk '{print $2}'` |
75 | 2 | simandl | wl_signal=$(($wl_signal - 256)) |
76 | 7 | simandl | wl_noise=`echo $wl_wtxt | awk '{print $3}'` |
77 | 2 | simandl | wl_noise=$(($wl_noise - 256)) |
78 | 5 | simandl | echo "Quality:${wlc_sig}$wl_quality${wlc_std}/92 Signal level:$wl_signal Noise level:$wl_noise " |
79 | 2 | simandl | wl_cnt=$wl_quality |
80 | | | w_bar |
81 | 7 | simandl | #wl_cnt=$(($wl_cnt + 100)) |
82 | | | #w_bar |
83 | 2 | simandl | echo |
84 | | | } # w_managed |
85 | | | |
86 | | | ###################################################################### |
87 | | | w_master() |
88 | 5 | simandl | { if [ $wcm_oneline -eq 0 ] |
89 | | | then |
90 | 7 | simandl | echo $wl_iwctxt | awk '{print $1,$3,$4,$5" "}' |
91 | | | echo $wl_iwctxt | awk '{print $6,$9,$11" "}' |
92 | 5 | simandl | else |
93 | 7 | simandl | echo $wl_iwctxt | awk '{print $1,$4,$5,$6,$11" "}' | sed 's/ [^": ]*:/ /g' |
94 | 5 | simandl | fi |
95 | 2 | simandl | |
96 | | | wl_numcl=`ls $wl_hostap$wl_iface | grep -c 00` |
97 | | | echo $wlm_number_of_clients $wl_numcl |
98 | 5 | simandl | wl_numcllast=$(($wl_numcllast + $wl_numcl)) |
99 | 3 | simandl | for wl_mac in `ls $wl_hostap$wl_iface | grep 00 ` |
100 | 2 | simandl | do |
101 | 7 | simandl | wl_macparam=`cat $wl_hostap$wl_iface/$wl_mac | grep -E 'last_rx|last_tx'` |
102 | | | wl_cnt=`echo $wl_macparam | awk '{print $5}' | sed 's/signal=//g'` |
103 | | | wl_umac=`echo $wl_mac | tr abcdef ABCDEF` |
104 | | | wl_ipc=`cat $wl_arp | grep $wl_umac | awk '{print $1}'` # IP adresa peeru z arp tabulky |
105 | 5 | simandl | if [ $wcm_oneline -eq 0 ] |
106 | | | then |
107 | | | echo -n "${wlc_ip}$wl_ipc${wlc_std} " |
108 | 7 | simandl | echo -n "${wlc_mac}$wl_umac${wlc_std} Signal ${wlc_sig}$wl_cnt${wlc_std} " |
109 | | | echo $wl_macparam | awk '{print $1,$2" "}' |
110 | 5 | simandl | w_bar |
111 | | | else |
112 | 7 | simandl | #echo -n "${wlc_ip}$wl_ipc${wlc_std} " |
113 | | | echo -n "${wlc_mac}$wl_umac${wlc_std} ${wlc_sig}$wl_cnt${wlc_std} " |
114 | | | #echo -n $wl_macparam | awk '{print $1,$2" "}' |
115 | 5 | simandl | w_bar |
116 | | | fi |
117 | 4 | simandl | done |
118 | 2 | simandl | |
119 | | | echo |
120 | | | } # w_master |
121 | | | |
122 | | | ###################################################################### |
123 | | | w_iface() |
124 | 7 | simandl | { wl_iwctxt=`$wl_iwccmd $wl_iface | grep -v 'Device|Some|Extension' | sed 's/ Nick/_Nick/g'` |
125 | | | wl_mode=`echo $wl_iwctxt | awk '{print $5}' | sed 's/Mode://g'` |
126 | 2 | simandl | if [ "a$wl_mode" = "aManaged" ] |
127 | | | then |
128 | | | w_managed |
129 | | | elif [ "a$wl_mode" = "aMaster" ] |
130 | | | then |
131 | | | w_master |
132 | | | else |
133 | | | echo $wl_iface $wlm_no_managed_or_master |
134 | | | echo |
135 | | | fi |
136 | | | } |
137 | | | |
138 | | | ###################################################################### |
139 | 5 | simandl | w_help() |
140 | | | { |
141 | 3 | simandl | echo Pouziti: wifimon [param] |
142 | | | echo param: |
143 | 5 | simandl | echo -html generovani html stranky |
144 | 7 | simandl | echo -col barevny cyklicky vypis na obrazovku |
145 | 5 | simandl | echo -once vypsani jen jednoho vypisu a pak program skonci |
146 | | | echo -oneline vypsani klientu na jednu linku |
147 | | | echo -wlan0 -wlan1 -wlan2 vypise jen uvedene karty a to v danem poctu a poradi |
148 | 3 | simandl | echo bez parametru cyklicky vypis na obrazovku |
149 | 5 | simandl | exit 0 |
150 | | | } |
151 | | | ###################################################################### |
152 | | | ###################################################################### |
153 | 2 | simandl | |
154 | 5 | simandl | wl_unknown="" |
155 | | | wl_cnt=1 |
156 | | | wcm_clear=1 |
157 | | | wcm_once=0 |
158 | | | wcm_col=0 |
159 | | | wcm_oneline=0 |
160 | | | wcm_html=0 |
161 | | | wcm_ifc="" |
162 | | | |
163 | 6 | simandl | # parsing input parameters |
164 | 5 | simandl | while [ "a$1" != "a" ] |
165 | | | do |
166 | | | case $1 in |
167 | | | -help) |
168 | | | w_help |
169 | | | ;; |
170 | | | -once) |
171 | | | wcm_once=1 |
172 | | | shift |
173 | | | ;; |
174 | | | -oneline) |
175 | | | wcm_oneline=1 |
176 | | | shift |
177 | | | ;; |
178 | | | -col) |
179 | | | wcm_col=1 |
180 | | | shift |
181 | | | ;; |
182 | | | -html) |
183 | | | wcm_html=1 |
184 | | | shift |
185 | | | ;; |
186 | | | *) |
187 | | | wl_flg=0 |
188 | | | for wl_iface in `ls $wl_hostap` |
189 | | | do |
190 | | | if [ "a-$wl_iface" = "a$1" ] |
191 | | | then |
192 | | | wcm_ifc="$wcm_ifc $wl_iface" |
193 | | | wl_flg=1 |
194 | | | fi |
195 | | | done |
196 | | | if [ $wl_flg -eq 0 ] |
197 | | | then |
198 | | | wl_unknown="$wl_unknown$1 " |
199 | | | fi |
200 | | | shift |
201 | | | esac |
202 | | | done |
203 | | | |
204 | 6 | simandl | # printing the list of bad parameters (if there are some) |
205 | 5 | simandl | if [ "a$wl_unknown" != "a" ] |
206 | | | then |
207 | | | echo "$wlm_unknown $wl_unknown" |
208 | | | w_help |
209 | | | fi |
210 | | | |
211 | 6 | simandl | # if no interface is selected then all available are choosen |
212 | 5 | simandl | if [ "a$wcm_ifc" = "a" ] |
213 | | | then |
214 | | | wcm_ifc=`ls $wl_hostap` |
215 | | | fi |
216 | | | |
217 | 6 | simandl | # setting for old and last same value to avoid double clear after start |
218 | | | wl_numcllast=0 |
219 | | | wl_numclold=0 |
220 | | | for wl_iface in $wcm_ifc |
221 | | | do |
222 | | | wl_numcl=`ls $wl_hostap$wl_iface | grep -c 00` |
223 | | | wl_numcllast=$(($wl_numcllast + $wl_numcl)) |
224 | | | done |
225 | | | wl_numclold=$wl_numcllast |
226 | | | |
227 | | | if [ $wcm_col -eq 0 ] |
228 | | | then |
229 | | | w_bw |
230 | | | fi |
231 | | | |
232 | | | while [ 1 ] |
233 | 5 | simandl | do |
234 | | | if [ $wl_numcllast -ne $wl_numclold ] |
235 | | | then |
236 | | | wl_numclold=$wl_numcllast |
237 | | | wcm_clear=1 |
238 | | | fi |
239 | 7 | simandl | if [ $wcm_clear -eq 1 ] |
240 | 5 | simandl | then |
241 | 7 | simandl | clear |
242 | 5 | simandl | wcm_clear=0 |
243 | | | fi |
244 | | | wl_numcllast=0 |
245 | 7 | simandl | if [ $wcm_html -eq 1 ] |
246 | 5 | simandl | then |
247 | 7 | simandl | w_bw |
248 | | | echo $wl_header |
249 | | | for wl_iface in $wcm_ifc |
250 | | | do |
251 | | | w_iface |
252 | | | done |
253 | | | echo $wl_footer |
254 | | | else |
255 | | | tput cup 0 0 |
256 | | | for wl_iface in $wcm_ifc |
257 | | | do |
258 | | | w_iface |
259 | | | done |
260 | 5 | simandl | fi |
261 | | | |
262 | | | if [ $wcm_once -eq 1 ] |
263 | | | then |
264 | | | exit 0 |
265 | | | fi |
266 | | | sleep 1 |
267 | 6 | simandl | done |
268 | 5 | simandl | |
269 | | | exit 0 |
270 | | | |