From 04bdf00916e03a426a2e8310ad53e0b9d8d77d62 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:33:47 -0500 Subject: [PATCH] Update android_attack.py --- 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 65bdb21..3c06381 100644 --- a/tools/others/android_attack.py +++ b/tools/others/android_attack.py @@ -40,7 +40,7 @@ class Droidcam(HackingTool): DESCRIPTION = "Powerful Tool For Grab Front Camera Snap Using A Link" INSTALL_COMMANDS = [ "sudo git clone https://github.com/kinghacker0/WishFish.git;" - "sudo apt install php wget openssh" + "sudo apt install php wget openssh-client" ] RUN_COMMANDS = ["cd wishfish && sudo bash wishfish.sh"] PROJECT_URL = "https://github.com/kinghacker0/WishFish"