因此,我开始阅读一些渗透测试书籍,并试图在raspberry pi 3b上设置Kali。不过,我遇到了一些问题,即在我将映像的sd卡放在Pi中之后,Kali就可以检测到我周围的所有WiFi网络,但是无法连接到我的网络,无论是通过GUI还是通过命令行(我按照命令行的这些指令,使用wpa_supplicant等)。
密码绝对正确,我检查了四遍。
我也尝试使用外部的using适配器,但没有成功。
(如果我在下一个Pi上安装了Raspbian,我可能会尝试检查是否可以连接到WiFi )。
现在,我是否正确的假设,既然它检测到网络,这不可能是一个真正的驱动问题?我还使用了特别为这里的Pi设计的攻击性安全图像。有人能帮忙吗?
iw wlan0 scan的输出:
BSS *BSS*(on wlan0)
TSF: 0 usec (0d, 00:00:00)
freq: 2462
beacon interval: 100 TUs
capability: ESS Privacy ShortPreamble ShortSlotTime (0x0431)
signal: -59.00 dBm
last seen: 0 ms ago
SSID: *MY_SSID*
Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0* 9.0 12.0* 18.0
DS Parameter set: channel 11
Country: DE Environment: Indoor/Outdoor
Channels [1 - 13] @ 20 dBm
ERP: <no flags>
Extended supported rates: 24.0* 36.0 48.0 54.0
HT capabilities:
Capabilities: 0x1ad
RX LDPC
HT20
SM Power Save disabled
RX HT20 SGI
TX STBC
RX STBC 1-stream
Max AMSDU length: 3839 bytes
No DSSS/CCK HT40
Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
Minimum RX AMPDU time spacing: 8 usec (0x06)
HT TX/RX MCS rate indexes supported: 0-23
HT operation:
* primary channel: 11
* secondary channel offset: no secondary
* STA channel width: 20 MHz
* RIFS: 0
* HT protection: nonmember
* non-GF present: 1
* OBSS non-GF present: 0
* dual beacon: 0
* dual CTS protection: 0
* STBC beacon: 0
* L-SIG TXOP Prot: 0
* PCO active: 0
* PCO phase: 0
Extended capabilities: 6
WMM: * Parameter version 1
* BE: CW 15-1023, AIFSN 3
* BK: CW 15-1023, AIFSN 7
* VI: CW 7-15, AIFSN 2, TXOP 3008 usec
* VO: CW 3-7, AIFSN 2, TXOP 1504 usec
RSN: * Version: 1
* Group cipher: TKIP
* Pairwise ciphers: CCMP
* Authentication suites: PSK
* Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
WPA: * Version: 1
* Group cipher: TKIP
* Pairwise ciphers: TKIP
* Authentication suites: PSK
WPS: * Version: 1.0
* Wi-Fi Protected Setup State: 2 (Configured)
* Response Type: 3 (AP)
* UUID: 16e0d719-674e-1ef0-7581-c80e14cc952b
* Manufacturer: AVM
* Model: FBox
* Model Number: *MODEL_NUMBER*
* Serial Number: *SERIAL_NUMBER*
* Primary Device Type: 6-0050f204-1
* Device name: *DEVICE_NAME*
* Config methods: Display, PBC, Keypad
* RF Bands: 0x1
* Unknown TLV (0x1049, 6 bytes): 00 37 2a 00 01 20发布于 2016-08-30 18:51:56
有相同的问题,只需打开终端并键入:
ifconfig wlan0 up用您想要使用的接口更改"wlan0“。键入ifconfig以查看所有接口。
https://unix.stackexchange.com/questions/287789
复制相似问题