PDA

View Full Version : Network Manager for Linux Android.



jefx3
2017-08-13, 10:16
Hi.
On my laptop I use Linux Debian Kail-Rolling for penetration testing.
To spoof a Mac address I :
Open Network Manager, edit connections,
enter the client's MAC into the open “cloned address” box on my external wifi adapter card. Save, De-authenticate & Connect.

I want to do some penetration testing with Kali Linux using my Android phone.
My question is, does Network Manager using Linux Android app, have a “cloned address” box? Basically does the Linux PC & Android have similar GUI for Network Manager?

If not can I clone the original MAC with the following commands to connect:
sudo ifconfig eth0 down
sudo ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
sudo ifconfig eth0 up

Thanks:
TC.

grid
2017-08-15, 11:29
Not familiar with the network manager app on android, but those commands should work. If you've got Kali installed on your android phone, you could also use macchanger.