From 6c1342ed339cd50ad179ac90faac1cd8a6852d89 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:32:14 -0500 Subject: [PATCH] updated links --- tools/payload_creator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/payload_creator.py b/tools/payload_creator.py index 22ae29a..8a1c8e2 100644 --- a/tools/payload_creator.py +++ b/tools/payload_creator.py @@ -101,11 +101,11 @@ class Spycam(HackingTool): DESCRIPTION = "Script to generate a Win32 payload that takes the webcam " \ "image every 1 minute and send it to the attacker" INSTALL_COMMANDS = [ - "sudo git clone https://github.com/thelinuxchoice/spycam.git", + "sudo git clone https://github.com/indexnotfound404/spycam.git", "cd spycam && bash install.sh && chmod +x spycam" ] RUN_COMMANDS = ["cd spycam && ./spycam"] - PROJECT_URL = "https://github.com/thelinuxchoice/spycam" + PROJECT_URL = "https://github.com/indexnotfound404/spycam" class MobDroid(HackingTool):