Unverified Commit 3b2fdea1 authored by Greatest125's avatar Greatest125 Committed by GitHub
Browse files

updated wifite install

parent 00a30722
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"