update droidcam install

This commit is contained in:
Greatest125 2020-12-29 16:31:44 +00:00 committed by GitHub
parent f265eb5809
commit 91c3078999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"