Unverified Commit 6c1342ed authored by Greatest125's avatar Greatest125 Committed by GitHub
Browse files

updated links

parent 614269e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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):