Installation Steps on Ubuntu
- Update System Packages
Open a terminal and run: - bash
sudo apt update && sudo apt upgrade -y
- Install Dependencies
- bash
sudo apt install -y python3 python3-qtpy python3-pyqt5 aircrack-ng
- Download Fern-WiFi-Cracker
Clone the repository from GitHub: bashCopyEditgit clone https://github.com/savio-code/fern-wifi-cracker.git cd fern-wifi-cracker
- Give Execution Permissions bash
chmod +x execute.py
- Run the Application
- bash
sudo python3 execute.py
Troubleshooting
- If you see a missing module error, install it manually. Example: bash
ip3 install pyqt5
- Ensure your Wi-Fi adapter supports monitor mode (
airmon-ng
can check this).