updated wifite install

This commit is contained in:
Greatest125 2020-12-26 20:54:52 +00:00 committed by GitHub
parent 00a3072211
commit 3b2fdea1c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,6 @@ class Wifite(HackingTool):
INSTALL_COMMANDS = [
"sudo git clone https://github.com/derv82/wifite2.git",
"cd wifite2 && sudo python3 setup.py install"
"sudo pip3 install -r requirements.txt"
]
RUN_COMMANDS = ["cd wifite2; sudo wifite"]
PROJECT_URL = "https://github.com/derv82/wifite2"