issue: failed to find interface with AP MODE
Author: proximacentavCreated Jun 2, 2026Updated Jun 2, 2026
when i use sudo wifiphisher i get this error:
os: archlinux x86_64
my fastfetch:
i tryed to change
if phy_to_vifs[card.phy][0][1] == 2:
to:
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:
and get some errors
Source: wifiphisher/wifiphisher