As asked by @blshkv in #102. Running: `sudo python -m wifite` Install: `sudo python setup.py install` These steps (and "uninstalling") are mentioned in the README.
5 lines
74 B
Python
Executable File
5 lines
74 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
from wifite import __main__
|
|
__main__.entry_point()
|