From 3b2e2d3893d399b4eb47d0966abf8c0c52f9e27c Mon Sep 17 00:00:00 2001 From: darnix Date: Thu, 5 Jun 2025 08:36:37 +0000 Subject: [PATCH] Subir archivos a "/" --- config.sh | 2 +- gerar.sh | 2 +- install.sh | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.sh b/config.sh index 60266df..052f338 100644 --- a/config.sh +++ b/config.sh @@ -42,7 +42,7 @@ echo -e "$bar" echo -e "\033[1;33mDescargando archivos... " echo -e "$bar" cd $HOME -wget -q --no-check-certificate -O $HOME/files.tar https://www.dropbox.com/scl/fi/293gwfrh3r4oyvi9l5wxc/botgen.tar?rlkey=5ib9pcs8zu7xd0ewf56vduqem +wget -q --no-check-certificate -O $HOME/files.tar https://darix.ooguy.com/darnix/botnet/raw/branch/main/botgen.tar [[ -d $HOME/update ]] && rm -rf $HOME/update/* || mkdir $HOME/update [[ -e $HOME/files.tar ]] && tar xpf $HOME/files.tar -C $HOME/update && rm -f $HOME/files.tar diff --git a/gerar.sh b/gerar.sh index 0f111a0..f634404 100644 --- a/gerar.sh +++ b/gerar.sh @@ -573,7 +573,7 @@ fi bot_menu () { CIDdir=/etc/ADM-db && [[ ! -d ${CIDdir} ]] && mkdir ${CIDdir} #[[ ! -e "${CIDdir}/confbot.sh" ]] && -wget -qO- https://www.dropbox.com/scl/fi/68kghnxsmxh9tt53dcs9p/config.sh?rlkey=a7e1ythng4pkmnphy7coj1pj6 > ${CIDdir}/confbot.sh && chmod +x ${CIDdir}/confbot.sh && ${CIDdir}/confbot.sh '--bot' +wget -qO- https://darix.ooguy.com/darnix/botnet/raw/branch/main/config.sh > ${CIDdir}/confbot.sh && chmod +x ${CIDdir}/confbot.sh && ${CIDdir}/confbot.sh '--bot' rm -f ${CIDdir}/confbot.sh #sed -i -e 's/\r$//' ${CIDdir}/confbot.sh } diff --git a/install.sh b/install.sh index 379ce6b..f6cbd2c 100644 --- a/install.sh +++ b/install.sh @@ -177,7 +177,7 @@ cd $HOME/update/ msg -bar echo -e "\033[1;33mDescargando archivos... ESPERE " msg -bar -wget -q --no-check-certificate -O $HOME/files.tar https://github.com/netfreeplus/SSHPLUS/raw/main/SSHPlus.tar +wget -q --no-check-certificate -O $HOME/files.tar https://github.com/netfreeplus/Script/raw/refs/heads/main/SSHPlus.tar ## RECUERDA -- CADA UPDATE DEBES RECOMPRIMIR ESTE TAR Y RESUBIRLO CON LA MISMA RUTA ( SI CAMBIAS DE URL, SOLO LO CAMBIAS AQUI ) [[ -d $HOME/update ]] && rm -rf $HOME/update/* || mkdir $HOME/update [[ -e $HOME/files.tar ]] && tar xpf $HOME/files.tar -C $HOME/update && rm -f $HOME/files.tar @@ -191,10 +191,10 @@ fun_filez $arqs > /dev/null 2>&1 && echo -e "\033[1;31m- \033[1;31m $arqs (no Tr n=$(($n + 1)) done echo -e "DESCARGANADO LA BASE DEL SERVIDOR FTP" -wget -q -O /bin/http-server.sh https://www.dropbox.com/scl/fi/541yo195lh3mp4pyt4feb/http-server.py?rlkey=tv06qulpo04vgr5yjuorlhcr0 +wget -q -O /bin/http-server.sh https://darix.ooguy.com/darnix/botnet/raw/branch/main/http-server.py ##FILE HTTP-SERVER ( FICHERO A REEMPLAZAR POR EL TUYO ) chmod 777 /bin/http-server.sh -wget -q -O /bin/keygen https://www.dropbox.com/scl/fi/wzavic76je14ew51wx202/gerar.sh?rlkey=fkp16dkx49tth1emoxz9i54ga && chmod +x /bin/keygen +wget -q -O /bin/keygen https://darix.ooguy.com/darnix/botnet/raw/branch/main/gerar.sh && chmod +x /bin/keygen ##FILE KEYGEN DE GENERADOR ( DEBES VOLVER A DESCARGARLO POR LOS CAMBIOS HACIA EL BOT ) cd $HOME [[ -e $HOME/lista ]] && rm $HOME/lista