From 91c3078999a7b47363d1638af9055442b6403583 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Tue, 29 Dec 2020 16:31:44 +0000 Subject: [PATCH] update droidcam install --- tools/others/android_attack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/others/android_attack.py b/tools/others/android_attack.py index 3c06381..dfea85d 100644 --- a/tools/others/android_attack.py +++ b/tools/others/android_attack.py @@ -42,7 +42,7 @@ class Droidcam(HackingTool): "sudo git clone https://github.com/kinghacker0/WishFish.git;" "sudo apt install php wget openssh-client" ] - RUN_COMMANDS = ["cd wishfish && sudo bash wishfish.sh"] + RUN_COMMANDS = ["cd WishFish && sudo bash wishfish.sh"] PROJECT_URL = "https://github.com/kinghacker0/WishFish"