update Kawaii Deauther run instructions

This commit is contained in:
Greatest125 2020-12-19 15:38:14 -05:00 committed by GitHub
parent ebaf4af0e3
commit 718bacd7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ class KawaiiDeauther(HackingTool):
"sudo git clone https://github.com/aryanrtm/KawaiiDeauther.git",
"cd KawaiiDeauther;sudo bash install.sh"
]
RUN_COMMANDS = ["cd KawaiiDeauther;sudo KawaiiDeauther.sh"]
RUN_COMMANDS = ["cd KawaiiDeauther;sudo bash KawaiiDeauther.sh"]
PROJECT_URL = "https://github.com/aryanrtm/KawaiiDeauther"