automate cracking WiFi networks


SUBMITTED BY: Guest

DATE: Dec. 6, 2013, 9:47 a.m.

FORMAT: Text only

SIZE: 3.2 kB

HITS: 658

  1. What is this?
  2. 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.
  3. How does it work?
  4. > Scans for wireless networks and saves gathered data
  5. > Configures the attacker's wireless card
  6. > Tries to detect currently connected clients
  7. > Starts to capture data
  8. > Depending on encryption on the wireless network - starts different attacks
  9. > Once enough 'essential' data has been collected starts to crack the WiFi key
  10. > Optional: Connect to network with the clients MAC (For MAC Filtering) and WiFi Key
  11. What do I need?
  12. > The bash file, wiffy.sh (37.24 KB, SHA1:49f7a930120544a6cec11171abe500f7042ba49d)
  13. > A wireless card --- that supports monitor mode
  14. > Dictionaries/Word-lists ---If you're wanting to crack WPA/WPA2
  15. > aircrack-ng suite, macchanger --- All on BackTrack!> Optional: Subversion
  16. How do I use it?
  17. 1.) Either edit wiffy.sh or specify, via command line, your interface. (You can view your interfaces via ifconfig and use kate to edit.)
  18. 2.) If an ESSID or BSSID wasn't set via command line, select which is YOUR network
  19. 3.) Wait...
  20. 4.) ...Game over. (=
  21. bash wiffy.sh
  22. 1
  23. clear
  24. kate wiffy.sh
  25. iwconfig
  26. bash wiffy.sh -?
  27. clear
  28. bash wiffy.sh -v -e g0tmi1k -x
  29. bash wiffy.sh -x -e g0tmi1k -V
  30. ipconfig /all
  31. bash wiffy.sh -m dos -c [MAC] -v
  32. 2
  33. 192.168.1.1
  34. google.com
  35. g0tmi1k.blogspot.com
  36. Troubleshooting
  37. WEP
  38. Didn't detect my client
  39. Add it in manually
  40. Re-run the script
  41. IV's do not increase
  42. DeAuth didn't work --- Client using Windows 7?
  43. Use a different router/client
  44. WPA
  45. You can ONLY crack WPA/WPA2 when:
  46. The ESSID is known
  47. The WiFi key is in the word-list
  48. There is a connected client
  49. Doesn't detect any/my wireless network
  50. Don't run from a virtual machine
  51. Driver issue - Use a different WiFi device
  52. Re-run the script
  53. You're too close/far away
  54. Unplug WiFi device, wait, replug
  55. "Extras" doesn't work
  56. Network doesn't have a DHCP server
  57. Slow
  58. Re-run the script
  59. Try a different attack... manually!
  60. ... still not working correctly?
  61. Re run with Diagnostics mode enabled (-d)
  62. Make a note of the setup (Hardware, versions etc)
  63. Get in touch!
  64. Notes:
  65. Tested in BackTrack 4 (R1).
  66. 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.
  67. 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)
  68. Song: Duck Sauce - Barbara Streisand (O-God Remix) & The Prodigy - Out of Space
  69. Video length: 6:59
  70. Capture length: 45:07
  71. Blog Post: http://g0tmi1k.blogspot.com/2010/09/scriptvideo-wiffy-v01.html

comments powered by Disqus