-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathactualizar.sh
More file actions
29 lines (27 loc) · 1.19 KB
/
Copy pathactualizar.sh
File metadata and controls
29 lines (27 loc) · 1.19 KB
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
#!/usr/bin/env bash
echo "##################################################################"
echo "... actualizando diccionarios ... (R) 2026 hackingyseguridad.com "
echo "##################################################################"
echo
wget https://raw.githubusercontent.com/hackingyseguridad/diccionarios/refs/heads/master/http-fingerprints.lua.zip -q -O http-fingerprints.lua.zip --inet4-only
wc -l http-fingerprints.lua.zip
echo "...."
echo "....."
wget https://raw.githubusercontent.com/hackingyseguridad/diccionarios/refs/heads/master/ficheros.txt -q -O ficheros.txt --inet4-only
wc -l ficheros.txt
echo ".."
echo "..."
wget https://raw.githubusercontent.com/hackingyseguridad/diccionarios/refs/heads/master/ficheros2.txt -q -O ficheros2.txt --inet4-only
wc -l ficheros2.txt
echo "...."
echo "....."
wget https://raw.githubusercontent.com/hackingyseguridad/diccionarios/refs/heads/master/carpetas.txt -q -O carpetas.txt --inet4-only
wc -l carpetas.txt
echo "...."
echo "....."
wget https://raw.githubusercontent.com/hackingyseguridad/diccionarios/refs/heads/master/carpetas2.txt -q -O carpetas2.txt --inet4-only
wc -l carpetas2.txt
echo "...."
echo "....."
echo
unzip http-fingerprints.lua.zip