- This topic has 4 replies, 1 voice, and was last updated 4 years, 7 months ago by Vashisht Boodhun.
- AuthorPosts
- January 24, 2020 at 10:38 pm #29665EliParticipant
Hello.
After running python mac_changer.py I get this message: wlan0: ERROR while getting interface flags: No such device. Need help to get through.January 27, 2020 at 8:10 am #29702EliParticipantHello.
After running the code poython mac_changer.py I get this message either in the Terminal and Pycharm:
wlan0: ERROR while getting interface flags: No such device.
Also, when I close and exit the Pycharm program, it (Pycharm) cannot be found in “applications”.
Thanks for your response.
Eli
January 27, 2020 at 3:11 pm #29712Zaid SabihModeratorHello Eli,
Do you have an external wireless adapter connected to your computer?
Did you add the card to usb list like shown in lecture 11?
If you did, then make sure that you don’t physically connect the card to the computer until Kali is fully booted, connect the card, then go to the devices menu (beside the file menu) >> USB >> Click your device.
If you’ve done all of the above then can you tell me the model of your wireless adapter please?January 27, 2020 at 8:48 pm #29718EliParticipantHello, Mr. Sabih.
Thanks for your reply.
I tried what you have said several times in different ways, but nothing happened. Formerly (several days ago) it was possible to get some information when I wrote ifconfig wlan0 on the terminal. But now it says: wlan0: error fetching interface information: Device not found. Thus, even this basic information now is not possible. As to the adapter, when trying to connect it from the Devices menu, it says: failed to attach the USB device.Last week I bought the LAN adapter you had advised: AWUS036ACH.
April 16, 2020 at 1:31 pm #34152Vashisht BoodhunParticipantTry this:
ifconfig wlan0 down
airmon-ng check kill
macchanger -r wlan0
ifconfig wlan0 upIf that didn’t work then try this:
ifconfig wlan0 down
ifconfig wlan0 hw ether [NewMac]
ifconfig wlan0 upThen run ifconfig to check if the mac address actually changed.
- AuthorPosts
- You must be logged in to reply to this topic.