1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-07-16 22:42:24 +02:00

update droidcam install

This commit is contained in:
Greatest125
2020-12-29 16:31:44 +00:00
committed by GitHub
parent f265eb5809
commit 91c3078999

View File

@ -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"