Setup.py integration
Semi-major version bump for significant changes:
- Wifite can be installed using setup.py (
sudo python setup.py install
)- This installs
wifite
as a python module to the machine. - Includes an executable script in
/usr/sbin/wifite
- This installs
- The base script
./Wifte.py
was moved tobin/wifite
- But this script can't be executed via
python bin/wifite
unless wifite is installed.
- But this script can't be executed via
To run wifite:
- If installed, just type
sudo wifite
at any terminalwifite
should be found in the current path as it's installed to/usr/sbin
- If not installed (e.g. git cloned), type
sudo python -m wifite
in the clone repo directory.