mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 01:18:39 +00:00
update droidcam install
This commit is contained in:
parent
f265eb5809
commit
91c3078999
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue