Wifi: Difference between revisions
From DWIKI
m (→Tools) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
=Tools= | =Tools= | ||
==iw== | |||
==iwconfig== | ==iwconfig== | ||
==iwlist== | |||
==iwscan== | ==iwscan== | ||
gone? | |||
==wavemon== | ==wavemon== | ||
Line 22: | Line 25: | ||
==nmtui== | ==nmtui== | ||
=HOWTO= | |||
==Scan for access points and devices== | |||
iwlist wlan0 scan | |||
iw dev wlan0 scan | |||
=FAQ= | |||
==RTNETLINK answers: Operation not possible due to RF-kill== | |||
Try | |||
rfkill unblock all |
Latest revision as of 17:48, 16 December 2024
Links
- https://wireless.wiki.kernel.org/en/users/documentation/iw
- https://pentestmag.com/wifi-scanning-tools-on-ubuntu-14-04/
- http://bneijt.nl/blog/post/capture-wifi-traffic-on-linux/
- How to fix ‘ioctl(SIOCSIWMODE) failed: Device or resource busy ‘ problem.
Tools
iw
iwconfig
iwlist
iwscan
gone?
wavemon
wifite
wavemon
nmcli
nmtui
HOWTO
Scan for access points and devices
iwlist wlan0 scan
iw dev wlan0 scan
FAQ
RTNETLINK answers: Operation not possible due to RF-kill
Try
rfkill unblock all