Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1010 Bytes

File metadata and controls

27 lines (17 loc) · 1010 Bytes

Resources

Wifite

This tool gets the closest AP and start attacking it, just using one single command. The attacks that automate are:

  • WEP (Launches WEP attacks)
  • WPA/WPA2 - PSK
    • The Capture of the WPA Handshake
    • PMKID attacks (remember, to be successful with it, the AP need to have roaming mode on)
    • WPS
      • Pixie dust attack and the brute force attack (Can take a long time so get that in mind)
      • If PMKID or Handshake, the tool tries to brute forced with a top5000 passwords wordlist.

{% embed url="https://github.com/derv82/wifite" %}

Wifiphisher

Performs Evil Twin attacks to get the password of the AP or Capture credentials from people nearby that connects to your malicious AP.

{% embed url="https://github.com/wifiphisher/wifiphisher" %}

wificraK

This is my own wifi hacking tool that I created, it automates the process of the WPA handshake capture. Easy to use.

{% embed url="https://github.com/j4ckris1337/wificraK" %}