diff --git a/install.sh b/install.sh index dfdeaa0..ff5611e 100644 --- a/install.sh +++ b/install.sh @@ -460,6 +460,12 @@ mkdir -p /usr/share/sniper/loot/workspaces/ 2> /dev/null ln -fs /usr/share/sniper/loot/workspaces/ /home/kali/Desktop/workspaces 2> /dev/null ln -fs /usr/share/sniper/loot/workspaces/ /root/Desktop/workspaces 2> /dev/null +echo -e "$OKBLUE[*]$RESET Installing Cloudflared...$RESET" +mkdir -p --mode=0755 /usr/share/keyrings +curl -fsSL https://pkg.cloudflare.com/cloudflare-public-v2.gpg | tee /usr/share/keyrings/cloudflare-public-v2.gpg >/dev/null +echo 'deb [signed-by=/usr/share/keyrings/cloudflare-public-v2.gpg] https://pkg.cloudflare.com/cloudflared any main' | tee /etc/apt/sources.list.d/cloudflared.list +apt-get update && apt-get install cloudflared -y + echo -e "$OKBLUE[*]$RESET Cleaning up installation files... $RESET" rm -Rf /tmp/arachni* /tmp/gobuster* /tmp/msfinstall /tmp/openssl.cnf 2> /dev/null