> For the complete documentation index, see [llms.txt](https://wiki.smhuda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.smhuda.com/pentesting/tool-usage/wifite.md).

# Wifite

### Wifite Tool Dependancy Fix

### Installation

```
git clone <https://github.com/ZerBea/hcxdumptool.git>
cd hcxdumptool
make
make install
```

#### Then do the same for the hcxtools repository. If compiling either tool fails install the dependencies (as listed in the hcxtools 'Requirements' section):

```
apt-get update
apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev libpcap-dev
```
