mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 18:26:00 +00:00
Add cloudflared installation to install script
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user