Author Topic: Help with Airodump-ng (not working)  (Read 1553 times)

0 Members and 1 Guest are viewing this topic.

Offline Diemecry

  • /dev/null
  • *
  • Posts: 11
  • Cookies: -39
    • View Profile
Help with Airodump-ng (not working)
« on: January 03, 2016, 07:35:51 am »
Please use the following template:

So im trying to aircrack my phones hotspot to get the password just to learn how to do it however im stuck


after running airodump-ng and letting it run for a hour not a single network pops up can someone help me out at all or at lest push me in the right direction

« Last Edit: January 03, 2016, 07:38:52 am by Diemecry »

Offline 0pt1musPr1m3

  • EZ's Asshole
  • Peasant
  • *
  • Posts: 89
  • Cookies: 90
  • Certified Asshole
    • View Profile
Re: Help with Airodump-ng (not working)
« Reply #1 on: January 03, 2016, 08:43:42 am »
You are probably doing something stupid but its impossible to figure out when all you give us is a picture of a blank capture.

how about some info bruh? What card are you using, did you check it for injection, did you put the damn thing in monitor mode, what command did you run?
Don't measure yourself by what you have accomplished, but by what you should have accomplished with your ability.

Offline evolut1o

  • Serf
  • *
  • Posts: 43
  • Cookies: -20
  • the gif guy
    • View Profile
Re: Help with Airodump-ng (not working)
« Reply #2 on: January 03, 2016, 03:38:26 pm »
Try this:

ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up
airmon-ng start wlan0

airmon-ng check, and kill the processors that are interfering

If it don't work, try

ifconfig wlan0 down
macchanger -r wlan0
ifconfig wlan0 up
airmon-ng start wlan0

If this don't work too, fuck you and give us more info, bye mother fucker
« Last Edit: January 03, 2016, 03:43:00 pm by evolut1o »

Offline Diemecry

  • /dev/null
  • *
  • Posts: 11
  • Cookies: -39
    • View Profile
Re: Help with Airodump-ng (not working)
« Reply #3 on: January 03, 2016, 03:50:06 pm »
For more information

I couldnt get wlan0 or wlan1 interface so I ran

ifconfig wlan0mon down

iwconfig wlan0mon mode monitor

ifconfig wlan0mon up

to get something

after running airomon-ng start wlan0mon it says monitor mode is alrealy enable so I went on went on to scan with airodump only to sit there for a hour waiting on nothing

Offline evolut1o

  • Serf
  • *
  • Posts: 43
  • Cookies: -20
  • the gif guy
    • View Profile
Re: Help with Airodump-ng (not working)
« Reply #4 on: January 03, 2016, 03:52:48 pm »
apt-get update aircrack-ng

You are using kali 1.1 or 2.0? If is 1.1, did you update it? Maybe is something in your card, try a airmon-ng check kill, airmon-ng stop wlan0mon and then wlan0mon up again. If it doesn't work then maybe the problem is your wireless card that you still didn't told us which is

From here do a research by yourself, learn to understand things by yourself and not by others telling you.
http://www.aircrack-ng.org/doku.php?id=airodump-ng
« Last Edit: January 03, 2016, 03:56:06 pm by evolut1o »

Offline white-knight

  • Knight
  • **
  • Posts: 190
  • Cookies: 26
    • View Profile
Re: Help with Airodump-ng (not working)
« Reply #5 on: January 03, 2016, 05:06:33 pm »
IS YOUR CARD CAPABLE OF INJECTION  ????


Offline Diemecry

  • /dev/null
  • *
  • Posts: 11
  • Cookies: -39
    • View Profile
Re: Help with Airodump-ng (not working)
« Reply #6 on: January 03, 2016, 05:24:40 pm »
yep 100% sure it is thats why I couldnt get what the fuck is going on

Offline 0pt1musPr1m3

  • EZ's Asshole
  • Peasant
  • *
  • Posts: 89
  • Cookies: 90
  • Certified Asshole
    • View Profile
Re: Help with Airodump-ng (not working)
« Reply #7 on: January 03, 2016, 06:14:10 pm »
If thats the case then you have driver issues but I doubt it. If you want help try it again from scratch and give us a list of commands you run with the output. screenshots are helpful

You are doing something wrong like scanning with the wrong iface, but no one can help you without more info


wtf do you mean you couldn't get wlan0 or wlan1?  Show the output of airmon-ng
Don't measure yourself by what you have accomplished, but by what you should have accomplished with your ability.

Offline Biokinetix

  • /dev/null
  • *
  • Posts: 7
  • Cookies: 0
    • View Profile
Re: Help with Airodump-ng (not working)
« Reply #8 on: January 25, 2016, 12:09:23 pm »
Hi. Something you can also try is:

airmon-ng check

then kill all interfering processes

kill 747 (process number)

then

airmon-ng start wlan1

ifconfig wlan1mon down
iwconfig wlan1mon mode monitor
ifconfig wlan1mon up

This ensures that your card is infact in monitor mode. I had this problem some time ago. Hope this helps.