# Installing AaFi

## Installing AaFi

![](https://user-images.githubusercontent.com/49574294/113787890-780fe080-9701-11eb-9af6-4813a7985928.png)

For a more in depth installation please check out the [Wiki](https://docs.aafi.xyz)

## Installing Wordlist for Cracking Module

Wordlists for Cracking: [Wordlists](https://www.mediafire.com/folder/e8ltrg1zo3oy9/Wordlists)

### Installing Dependencies

To install the required dependencies simply manually install them from here or use the automatic install script `./install.sh` that is included with the install package of AaFi.

| Dependency                                   | Command                                       |
| -------------------------------------------- | --------------------------------------------- |
| Updating Repos and Updating Operating System | `sudo apt-get upgrade && sudo apt-get update` |
| hostapd-wpe                                  | `sudo apt-get install hostapd-wpe -y`         |
| mdk3                                         | `sudo apt-get install mdk3 -y`                |
| aircrack-ng                                  | `sudo apt-get install aircrack-ng -y`         |
| network-manager                              | `sudo apt-get install network-manager -y`     |
| macchanger                                   | `sudo apt-get install macchanger -y`          |

### Chmod AaFi Shell Script

After installing AaFi from the Github Repository go to the AaFi folder found in the destination you saved the folder. then `cd AaFi` to go to the AaFi folder. After that `chmod +x` the script to make it executable.

![](/files/-MUzl5pp2cKbD7mttZzZ)

### Disclaimer:

AaFi was created and is used to educate others please do not use this tool for malicious purposes. Usage of all tools on the repos for attacking targets without prior mutual consent is illegal. It is the end users responsibility to obey the law.


---

# Agent Instructions: 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://docs.aafi.xyz/main/undefined.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.
