我正在尝试使用假 Mac 连接到 WLAN。
当我打开我的 iface 并尝试将其与其永久 MAC 连接时,一切顺利:
iface=wlan1
essid=my_essid
ifconfig $iface down
service networking restart
ifconfig $iface up
iwconfig $iface essid $essid
dhclient $iface -v -4
此脚本将正常运行。如果我尝试使用
macchanger -e $iface
运行完上面的脚本后,dhclient 永远不会有任何好的结果。
有人能帮助我吗?非常感谢
答案1
并非所有驱动程序都支持 mac 更改。尝试使用以下方法更改 mac
sudo ifconfig wlan1 hw ether 00:0a:0b:0c:0d:0e
然后确认 mac 已更改ifconfig -a