> For the complete documentation index, see [llms.txt](https://hackzzz.gitbook.io/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hackzzz.gitbook.io/welcome/everything-about-and-notes/wireless-pentesting/wpa-wpa2-psk/resources.md).

# 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**&#x20;
    * **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>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hackzzz.gitbook.io/welcome/everything-about-and-notes/wireless-pentesting/wpa-wpa2-psk/resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
