Skip to content

Commit d01470a

Browse files
committed
Bringing back Wifite.py
Because why not.
1 parent dd0e44c commit d01470a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Wifite.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env python
2+
3+
# Note: This script runs Wifite from within a cloned git repo.
4+
# The script `bin/wifite` is designed to be run after installing (from /usr/sbin), not from the cwd.
5+
6+
from wifite import __main__
7+
__main__.entry_point()

0 commit comments

Comments
 (0)