Is it possible for me to install wifite2 on fedora as it's specifically made for Kali Linux?

Yes you can, but installing from source, follow the project README.md dependencies…

Required:

python → installed by default
iwconfig → installed by default
ifconfig → installed by default
Aircrack-ng → sudo dnf install Aircrack-ng

Optional, but Recommended:

tshark → sudo dnf install wireshark
reaver → sudo dnf install reaver
bully → go to GitHub - aanarchyy/bully and install it from source
coWPAtty → sudo dnf install cowpatty
pyrit → Look! , Pyrit is old, is outdated and it’s still Python2 I am currently attempting to rewrite it from scratch, so thanks for all the stars but remember to keep an eye for Python3 version.
hashcat → sudo dnf install hashcat

Run Wifite

git clone https://github.com/derv82/wifite2.git
cd wifite2
sudo ./Wifite.py

Install Wifite

To install onto your computer (so you can just run wifite from any terminal), run:

sudo python setup.py install

This will install wifite to /usr/sbin/wifite which should be in your terminal path.

Note: Uninstalling is not as easy. The only way to uninstall is to record the files installed by the above command and remove those files:

sudo python setup.py install --record files.txt \ && cat files.txt | xargs sudo rm \ && rm -f files.txt

Note:

Or You can install/run KALI Linux in a virtual-machine under kvm, virtualbox or vmware

References:

Regards.,

4 Likes