[Script] [Video] wiffy (v0.1)
Watch video on-line: http://g0tm1ik.blip.tv/file/4108992
Download video: http://www.mediafire.com/?3vvodwhxx191ex1
Download Script (wiffy.sh): http://www.mediafire.com/?nmu7mixhis1u8km
What is this?
A bash script to automate cracking WiFi networks! Supports WEP (Client & Client-less), WPA/WPA2, MAC filtering and hidden SSID with the option of connecting afterwards.
How does it work?
> Scans for wireless networks and saves gathered data
> Configures the attacker's wireless card
> Tries to detect currently connected clients
> Starts to capture data
> Depending on encryption on the wireless network - starts different attacks
> Once enough 'essential' data has been collected starts to crack the WiFi key
> Optional: Connect to network with the clients MAC (For MAC Filtering) and WiFi Key
What do I need?
> The bash file, wiffy.sh (37.24 KB, SHA1:49f7a930120544a6cec11171abe500f7042ba49d)
> A wireless card --- that supports monitor mode
> Dictionaries/Word-lists ---If you're wanting to crack WPA/WPA2
> aircrack-ng suite, macchanger --- All on BackTrack!> Optional: Subversion
How do I use it?
1.) Either edit wiffy.sh or specify, via command line, your interface. (You can view your interfaces via ifconfig and use kate to edit.)
2.) If an ESSID or BSSID wasn't set via command line, select which is YOUR network
3.) Wait...
4.) ...Game over. (=
Commands:
Code:
bash wiffy.sh 1 clear kate wiffy.sh iwconfig bash wiffy.sh -? clear bash wiffy.sh -v -e g0tmi1k -x bash wiffy.sh -x -e g0tmi1k -V ipconfig /all bash wiffy.sh -m dos -c [MAC] -v 2 192.168.1.1 google.com g0tmi1k.blogspot.com
Troubleshooting
- WEP
- Didn't detect my client
- Add it in manually
- Re-run the script
- IV's do not increase
- DeAuth didn't work --- Client using Windows 7?
- Use a different router/client
- WPA
- You can ONLY crack WPA/WPA2 when:
- The ESSID is known
- The WiFi key is in the word-list
- There is a connected client
- Doesn't detect any/my wireless network
- Don't run from a virtual machine
- Driver issue - Use a different WiFi device
- Re-run the script
- You're too close/far away
- Unplug WiFi device, wait, replug
- "Extras" doesn't work
- Network doesn't have a DHCP server
- Slow
- Re-run the script
- Try a different attack... manually!
- ... still not working correctly?
- Re run with Diagnostics mode enabled (-d)
- Make a note of the setup (Hardware, versions etc)
- Get in touch!
Notes:
- Tested in BackTrack 4 (R1).
- It's worth doing this "manually" (without the script) before using this, so you have an idea of what's happening, and why. The script is only meant to save time.
- I'm running BackTrack 4 R1 in VM, The target is running Windows 7 Ultimate (fully up-to-date 2010-09-11), with firewall enabled, no AV and with UAC enabled (Windows 7 Default)
Song: Duck Sauce - Barbara Streisand (O-God Remix)& The Prodigy - Out of Space
Video length: 6:59
Capture length: 45:07
Blog Post: http://g0tmi1k.blogspot.com/2010/09/scriptvideo-wiffy-v01.html
Forum Post: http://www.backtrack-linux.org/forums/backtrack-videos/32798-%5Bscript%5D-%5Bvideo%5D-wiffy-v0-1-a.html#post174858
Re: [Script] [Video] wiffy (v0.1)
Nice one, thank you for sharing it. Btw, skiddies are gonna love you.
Re: [Script] [Video] wiffy (v0.1)
thank you man so much...............
Re: [Script] [Video] wiffy (v0.1)
this is so nice..saves ALOT of time...
Re: [Script] [Video] wiffy (v0.1)
thanks a lot for the script
gonna test it later
there are many auto wep/wpa cracker
this looks simple and great
Re: [Script] [Video] wiffy (v0.1)
Quote:
Originally Posted by
roybatty
Nice one, thank you for sharing it. Btw, skiddies are gonna love you.
Quote:
Originally Posted by
skull2006
thank you man so much...............
Quote:
Originally Posted by
Eatme
this is so nice..saves ALOT of time...
Quote:
Originally Posted by
Radar_mX
thanks a lot for the script
gonna test it later
there are many auto wep/wpa cracker
this looks simple and great
Thanks for the thanks.
Yes there are a "few" other "auto wep/wpa crackers", but the ones I tried, I found that they didn't work or had a GUI interface.
Also I wanted the challenge of coding one (=
On a side note, it's not meant nor designed with "skiddies" in mind.
Re: [Script] [Video] wiffy (v0.1)
hi fella, yet another great script from the man of scripts, aint tried it yet but yeah i agree it saves a lot of time thanks again fella keep up the good work..added to my scripts dir.
Re: [Script] [Video] wiffy (v0.1)
Quote:
Originally Posted by
g0tmi1k
Thanks for the thanks.
Yes there are a "few" other "auto wep/wpa crackers", but the ones I tried, I found that they didn't work or had a GUI interface.
Also I wanted the challenge of coding one (=
On a side note, it's not meant nor designed with "skiddies" in mind.
only problem I found or have seen is, when it scans for AP's if the SSID has a space in it, it will display like the following.
SSID: "A Test"
1.TestAP
2.TestME
3.A -generates incorrect MAC
4.Test -generates correct MAC
Re: [Script] [Video] wiffy (v0.1)
another great script from g0tmi1k
Just added my WPA pass phrase to the dictionary and then ran the script.
The script just ran like magic. No problems. First time success.
great work. many thanks for the good work
Re: [Script] [Video] wiffy (v0.1)
Quote:
Originally Posted by
pentest09
hi fella, yet another great script from the man of scripts, aint tried it yet but yeah i agree it saves a lot of time thanks again fella keep up the good work..added to my scripts dir.
Quote:
Originally Posted by
parrotface
another great script from g0tmi1k
Just added my WPA pass phrase to the dictionary and then ran the script.
The script just ran like magic. No problems. First time success.
great work. many thanks for the good work
Thanks for the thanks!
Good to know its working for other people! :)
Quote:
Originally Posted by
Eatme
only problem I found or have seen is, when it scans for AP's if the SSID has a space in it, it will display like the following.
SSID: "A Test"
1.TestAP
2.TestME
3.A -generates incorrect MAC
4.Test -generates correct MAC
Thanks for pointing this out, Ill try and have a fix for the next release! :)