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 6from wifite import __main__ 7__main__.entry_point() 8 9