Apparentemente questo potrebbe essere dovuto al fatto che il mio hardware ha detto uno stack exchanger.
Ad ogni modo, per tua informazione:
root@kali:~# lspci | grep Wireless
03:00.0 Network controller: Broadcom Corporation BCM4360 802.11ac Wireless Network Adapter (rev 03)
Questa è la mia wlan0 e per qualche ragione se provo a cambiarla, ho questi errori:
root@kali:~# macchanger -a wlan0
Current MAC: XX:XX:XX:XX:XX:XX (Apple)
Permanent MAC: XX:XX:XX:XX:XX:XX (Apple)
[ERROR] Could not change MAC: interface up or insufficient permissions: Too many open files in system
o
root@kali:~# ifconfig wlan0 down
root@kali:~# ifconfig wlan0 hw ether xx:xx:xx:xx:xx:xx
SIOCSIFHWADDR: Too many open files in system
Significa che devo mettere in blacklist / rimuovere i driver aggiuntivi che ho scaricato ma che non uso?