8 lines
239 B
Python
Executable File
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()
|