aircrack-ng / aircrack-ng-archive

Pre-migration repository. New repository ➙
https://github.com/aircrack-ng/aircrack-ng
GNU General Public License v2.0
857 stars 306 forks source link

airmon assumes original mac cant change #160

Closed diveyez closed 6 years ago

diveyez commented 6 years ago

airmon-ng assumes original mac, even after changing it, and I have tried to script my way out of this trap. No luck. (MacChanger didn't work) https://github.com/diveyez/ipsec-rh.scripts/blob/master/mach.sh I am implementing part of that, into another script. However I have had no luck. Solution: apt remove macchanger fern-wifi wifite apt install macchanger fern-wifi wifite airmon-ng start wlan0 ifconfig wlan0mon down macchanger -r wlan0mon ifconfig wlan0mon up Now that mac changer is working again, once its removed and reinstalled that is. The issue is resolved.

aircrack-ng commented 6 years ago

Airmon-ng doesn't care about the MAC. Feel free to reopen the bug if you can show the errors and what would be the expected behavior.

diveyez commented 6 years ago

Solution in my previous issue comment. The situation resides with the original kali images, 2017.1 2017.2 2017.3 2018.1 Once the above is done, problem solved. Changing mac is necessary for obvious reasons. (This is important for making sure you don't lock WPS during the -p "" pixiedust attacks)