#!/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()