Jump to content

airdrop-ng on Raspberry Pi 3


Giantfire

Recommended Posts

hi i'm recently trying to make the deauth tool using pi 3. but with no luck. I installed/compiled everything like lorcon, libnl-dev, libnl1 and pylorcon. but with no luck. I always get this error.

Unable to get driver
Interface wlan0 does not exist

Airdrop-ng will now exit
Sent 0 Packets

Exiting Program, Please take your card wlan0 out of monitor mode

I wonder, if anyone could help me out in this case.

Link to comment
Share on other sites

1 hour ago, Giantfire said:

It says mode is monitor and interface is wlan0. 

Doesn't sound like airmon has set monitor mode successfully. If this was the case, the interface would usually show as mon0 or wlan0mon.

Could you post your full command list and output?

Edited by haze1434
Link to comment
Share on other sites

start with "airmon-ng check" by itself. If anything found, run "airmon-ng check kill" then "airmon-ng check" again. If nothing found, then type "airmon-ng start wlan0" and you will see it start and the new name with something like haze pointed out above, like wlan0mon or such. Will show you what it created. Can then run iwconfig to see what it shows for the new device, will say monitor mode. To stop or end monitor mode, "airmon-ng stop wlan0mon" or the name of the new nic ID, then iwconfig again, you will see the original ID back again with mode now set to managed.


Any errors you get from this, post here, as well as dmesg output, might help show issues.

Link to comment
Share on other sites

  • 4 weeks later...

1.) If you're using the on-board wifi card, that doe snot support monitor mode, get an different NIC (Alfa, TP-Link)

2.) Check your interface configs before and after airmon-ng:

ifconfig 
airmon-ng start wlan0
ifconfig

Your interface name may have changed from wlan0 to wlan0mon after taking on the monitor mode you just initialized.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...