Bringing back Wifite.py

Because why not.
This commit is contained in:
derv82
2018-08-21 00:12:54 -07:00
parent dd0e44cf53
commit d01470a8e4

7
Wifite.py Executable file
View File

@@ -0,0 +1,7 @@
#!/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()