|
|
@@ -158,6 +158,7 @@ password required pam_permit.so' >/etc/pam.d/common-password && chmod +x /etc/pa
|
|
|
clear && clear
|
|
|
apt update
|
|
|
apt upgrade -y
|
|
|
+ apt-get install -y -qq bsdmainutils zip screen unzip ufw curl python3 python3-pip openssl cron iptables lsof pv boxes at mlocate plocate gawk bc jq npm nodejs socat netcat-traditional net-tools cowsay figlet lolcat apache2 > /dev/null 2>&1
|
|
|
wget -O /usr/bin/install https://repo.yosoyhendrix.com/yosoyhendrix/Multi_Script/raw/main/0-Instalador/install.sh &>/dev/null
|
|
|
chmod +rwx /usr/bin/install
|
|
|
}
|
|
|
@@ -336,7 +337,7 @@ msgi -bar2
|
|
|
echo -e " \033[1;41m menu \033[0;37m" && msgi -bar2
|
|
|
cd /etc/ssh/
|
|
|
rm /etc/ssh/sshd_config
|
|
|
- wget -qO /tmp/sshd_config_new "$URL_SSHD"
|
|
|
+ wget -qO /etc/ssh/sshd_config https://repo.yosoyhendrix.com/yosoyhendrix/Multi_Script/raw/main/Otros/sshd_config
|
|
|
chmod 600 /etc/ssh/sshd_config
|
|
|
chown root:root /etc/ssh/sshd_config
|
|
|
for i in {5..0}; do echo -ne "\rReiniciando en $i... "; sleep 1; done; echo ""; reboot
|