1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

updated links

This commit is contained in:
Greatest125
2020-12-14 12:32:14 -05:00
committed by GitHub
parent 614269e7d5
commit 6c1342ed33

View File

@ -101,11 +101,11 @@ class Spycam(HackingTool):
DESCRIPTION = "Script to generate a Win32 payload that takes the webcam " \ DESCRIPTION = "Script to generate a Win32 payload that takes the webcam " \
"image every 1 minute and send it to the attacker" "image every 1 minute and send it to the attacker"
INSTALL_COMMANDS = [ 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" "cd spycam && bash install.sh && chmod +x spycam"
] ]
RUN_COMMANDS = ["cd spycam && ./spycam"] RUN_COMMANDS = ["cd spycam && ./spycam"]
PROJECT_URL = "https://github.com/thelinuxchoice/spycam" PROJECT_URL = "https://github.com/indexnotfound404/spycam"
class MobDroid(HackingTool): class MobDroid(HackingTool):