问题: 找不到 AP MODE 接口

作者: proximacentav创建于 2026年6月2日更新于 2026年6月2日

当我使用 sudo wifiphisher 时,我收到以下错误消息:<img width="1211" height="1007" alt="Image" src="https://GitHub.com/user-attachments/assets/8b2ad376-e50d-43c5-850c-8c002c8ba0d4" /> <img width="624" height="272" alt="Image" src="https://GitHub.com/user-attachments/assets/cc176c90-32c4-48af-a8eb-ea45bceb639d" /> 操作系统:Archlinux x86_64<br /> <br /> 我的 fastfetch:<img width="971" height="571" alt="Image" src="https://GitHub.com/user-attachments/assets/df168c02-fe3a-4966-a4cc-585ba8f45514" /> 我尝试将 if phy_to_vifs[card.phy][0][1] == 2: 改为 if len(phy_to_vifs[card.phy]) > 0 and len(phy_to_vifs[card.phy][0]) > 1 and phy_to_vifs[card.phy][0][1] == 2:,但收到一些错误消息。

内容来源: wifiphisher/wifiphisher