Files
wifite2/Wifite.py
derv82 d01470a8e4 Bringing back Wifite.py
Because why not.
2018-08-21 00:16:15 -07:00

8 lines
239 B
Python
Executable File

#!/usr/bin/env python
# Note: This script runs Wifite from within a cloned git repo.
# The script `bin/wifite` is designed to be run after installing (from /usr/sbin), not from the cwd.
from wifite import __main__
__main__.entry_point()