From 718bacd7bdef32878dde4a773475c204b42b7bb6 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Sat, 19 Dec 2020 15:38:14 -0500 Subject: [PATCH] update Kawaii Deauther run instructions --- tools/others/wifi_jamming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/others/wifi_jamming.py b/tools/others/wifi_jamming.py index 6069688..e2c5933 100644 --- a/tools/others/wifi_jamming.py +++ b/tools/others/wifi_jamming.py @@ -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"