Author Topic: Aircrack / Evil-Twin help.  (Read 2475 times)

0 Members and 1 Guest are viewing this topic.

Offline shome

  • Peasant
  • *
  • Posts: 81
  • Cookies: 8
    • View Profile
Aircrack / Evil-Twin help.
« on: April 25, 2015, 06:49:45 am »
I'm doing experimentation at home with different attacks, and implementations and find myself very interested in how an evil-twin attack would work. I run
Code: [Select]
airmon-ng start wlan0
I don't get many error messages, except two possible devices that may 'give me issues', and the program suggests to kill those certain PID's if problems persist. Since I am doing this on my own device(s), I know the MAC and ssid of my own router, so I skip the
Code: [Select]
airodump-ng mon0 part. From here, I attempt to setup the new evil twin AP with
Code: [Select]
airbase-ng -a 00:11:22:33:44:55 --essid "shome" -c 11 mon0
From here, the AP is listed as 'up', but when I try to find it on another device, it is not listed ? Is the whole point of an evil-twin attack for the new SSID to be hidden so it coincides on their machine with the regular AP it remembers anyway ? I have a toshiba satellite with a built in wireless card, about 6 years old now. I'm wondering if this machine doesn't support packet injection, because in practicing other wireless attacks, it has a hard time grabbing the WPA2 handshake I noticed. I've done plenty of googling, and have tried this with my other newer toshiba satellite and am getting the same results. Just wanted some of your .02, not asking for spoon feeding. Thanks
« Last Edit: April 25, 2015, 11:55:39 am by shome »

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Aircrack / Evil-Twin help.
« Reply #1 on: April 25, 2015, 11:40:03 am »
It is no solution but I suggest you look into hostapd which is far more stable than airbase-ng.
Does your card support mon mode ?
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline Playboy

  • NULL
  • Posts: 4
  • Cookies: -1
    • View Profile
Re: Aircrack / Evil-Twin help.
« Reply #2 on: May 08, 2015, 10:28:34 pm »
Does your card support packet injection?

Offline Playboy

  • NULL
  • Posts: 4
  • Cookies: -1
    • View Profile
Re: Aircrack / Evil-Twin help.
« Reply #3 on: May 08, 2015, 11:39:57 pm »
Stupid question, read his post it clearly says he is not sure if it does or not. I just stuck up for you 5 min ago on your intro, I am changing my mind quickly.


Yeah, I see now. I went full retard here :P


@OP: For a good network adapter that supports pack injection, get: Alfa AWUS036NHA.
« Last Edit: May 08, 2015, 11:44:23 pm by Playboy »

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Aircrack / Evil-Twin help.
« Reply #4 on: May 09, 2015, 12:48:44 am »
Review:
http://www.kalitutorials.net/2014/07/evil-twin-tutorial.html

Along with easy-creds as 0pt1musPr1m3 excellently suggested, you can also try using PwnStar:
https://github.com/SilverFoxx/PwnSTAR

Test your wifi card for injection:
Code: [Select]
aireplay-ng -9 wlan0
The invariable mark of wisdom is to see the miraculous in the common.

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Aircrack / Evil-Twin help.
« Reply #5 on: May 09, 2015, 10:39:09 am »

Yeah, I see now. I went full retard here :P


@OP: For a good network adapter that supports pack injection, get: Alfa AWUS036NHA.
It is a sucky card, it's just popular because it has 123445watts or something like that....
Drivers under linux & windows suck.
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline shome

  • Peasant
  • *
  • Posts: 81
  • Cookies: 8
    • View Profile
Re: Aircrack / Evil-Twin help.
« Reply #6 on: May 09, 2015, 12:47:13 pm »
Review:
http://www.kalitutorials.net/2014/07/evil-twin-tutorial.html

Along with easy-creds as 0pt1musPr1m3 excellently suggested, you can also try using PwnStar:
https://github.com/SilverFoxx/PwnSTAR

Test your wifi card for injection:
Code: [Select]
aireplay-ng -9 wlan0

I ran the command you suggested with aireplay, and it says that packet injection is working. Yet, I can't seem to get it to work. Any attack for that matter.

Offline Archlnx

  • /dev/null
  • *
  • Posts: 6
  • Cookies: 0
    • View Profile
Re: Aircrack / Evil-Twin help.
« Reply #7 on: May 12, 2015, 06:09:36 pm »
Then you're SOL.   You can get the alfa 036h for like 25 bucks or so off Amazon.   That supports packet injection and will key you set up an evil twin attack.   

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Aircrack / Evil-Twin help.
« Reply #8 on: May 12, 2015, 06:31:26 pm »
Review:
https://wiki.archlinux.org/index.php/Software_access_point

Quote
Wi-Fi device must support AP mode
You need a nl80211 compatible wireless device, which supports the AP operating mode. This can be verified by running iw list command, under the Supported interface modes block there should be AP listed:
$ iw list
Wiphy phy1
...
   Supported interface modes:
       * IBSS
       * managed
       * AP
       * AP/VLAN
       * WDS
       * monitor
       * mesh point
The invariable mark of wisdom is to see the miraculous in the common.

Offline Sylerxen

  • NULL
  • Posts: 3
  • Cookies: -6
  • I don't know where to go but I'll keep walking.
    • View Profile
Re: Aircrack / Evil-Twin help.
« Reply #9 on: May 14, 2015, 03:48:11 pm »
...I have no idea what any of you are talking about. This is a place for noobs? lol ::)
Have you ever seen a random tree with the most beautifully colored leaves, swaying in the sun and said "I need to touch it and gaze at it"? 

No? I hope you will. It's a beautiful thing.

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Aircrack / Evil-Twin help.
« Reply #10 on: May 15, 2015, 02:05:31 pm »
Yeah fuckthisshit, locked.
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage