mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 01:18:39 +00:00
fixed typo
This commit is contained in:
parent
fc7e3e5db0
commit
00a3072211
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ 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"
|
||||
"sudo pip3 install -r requirements.txt"
|
||||
]
|
||||
RUN_COMMANDS = ["cd wifite2; sudo wifite"]
|
||||
PROJECT_URL = "https://github.com/derv82/wifite2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue