1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-07-11 14:30:25 +02:00

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

View File

@ -25,7 +25,7 @@ class KawaiiDeauther(HackingTool):
"sudo git clone https://github.com/aryanrtm/KawaiiDeauther.git", "sudo git clone https://github.com/aryanrtm/KawaiiDeauther.git",
"cd KawaiiDeauther;sudo bash install.sh" "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" PROJECT_URL = "https://github.com/aryanrtm/KawaiiDeauther"