Wifi: Difference between revisions
From DWIKI
m →Links |
Tag: wikieditor |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
=Tools= | =Tools= | ||
==iw== | |||
==iwconfig== | ==iwconfig== | ||
==iwlist== | |||
==iwscan== | ==iwscan== | ||
gone? | |||
==wavemon== | ==wavemon== | ||
| Line 17: | Line 20: | ||
==wavemon== | ==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 | |||
Latest revision as of 16: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
