We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0e44c commit d01470aCopy full SHA for d01470a
Wifite.py
@@ -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