cannot change the mac address

 You must shut the interface down before attempting to change the address.

Try: sudo ip link set INTEREFACE down      #interface = wlan0 ...
Execute your macchanger command (sudo macchanger -r INTERFACE)
And then bring it back up: sudo ip link set INTEREFACE up

Commentaires

Posts les plus consultés de ce blog

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.widget.TextView.setText(java.lang.CharSequence)' on a null object reference