Skip to content

Commit e27ae41

Browse files
authored
Merge pull request #480 from c0dew3ll/bugfix/change-help-section-in-readme
Docs: Update installation verification instructions to use --syscheck
2 parents c288ce5 + 931f9a8 commit e27ae41

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,16 @@ yay -S wifite2-git
196196
After installation, verify all dependencies are available:
197197

198198
```bash
199-
sudo wifite --help
199+
sudo wifite --syscheck
200200
```
201201

202-
This will show if any required tools are missing.
202+
This command provides a comprehensive report including:
203203

204+
* **Environment:** Checks for root privileges, RF-Kill status, and conflicting processes.
205+
* **Tool Dependencies:** Verified list of required (Core) and optional tools.
206+
* **Wireless Interfaces:** Detection of adapters and their capabilities (Monitor mode, Injection).
207+
* **Attack Readiness:** A summary of which attacks (WPS, WPA3, PMKID, etc.) are possible with your current setup.
208+
* **Tip:** If you see "Conflicting processes found", it is highly recommended to run `airmon-ng check kill` or use the `--kill` flag when starting Wifite to ensure reliable performance.
204209

205210

206211
Features

0 commit comments

Comments
 (0)