Subir archivos a "/"
This commit is contained in:
parent
e38e90855a
commit
3b2e2d3893
@ -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
|
||||
|
||||
|
||||
2
gerar.sh
2
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
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user