-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathactualizar.sh
32 lines (32 loc) · 1.09 KB
/
actualizar.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/usr/bin/env bash
echo
echo "... actualizando SSH ... 2023 hackingyseguridad.com "
apt-get install ssh
apt-get install openssh-server
apt-get install openssh-client
echo
echo "... actualizando diccionarios ... "
chmod 777 *
echo ".."
wget https://raw.githubusercontent.com/hackingyseguridad/diccionarios/master/diccionario.txt -q -O diccionario.txt
echo "diccionario.txt"
echo ".."
wget https://raw.githubusercontent.com/hackingyseguridad/diccionarios/master/usuarios.txt -q -O usuarios.txt
echo "usuarios.txt"
echo ".."
wget https://raw.githubusercontent.com/hackingyseguridad/diccionarios/master/usuarios0.txt -q -O usuarios0.txt
echo "usuarios0.txt"
echo ".."
wget https://raw.githubusercontent.com/hackingyseguridad/diccionarios/master/claves.txt -q -O claves.txt
echo "claves.txt"
echo ".."
wget https://raw.githubusercontent.com/hackingyseguridad/diccionarios/master/claves2.txt -q -O claves2.txt
echo "claves2.txt"
echo ".."
wget https://raw.githubusercontent.com/hackingyseguridad/diccionarios/master/claves0.txt -q -O claves0.txt
echo "claves0.txt"
echo ".."
echo "..."
echo "...."
echo "..... fin!"
echo