Outils
Outils utilisés dans la résolution des challenges.
1. nmap
nmap $IP -A -p- -oN nmap.txt -T42. gobuster
gobuster dir -w /usr/share/dirbuster/wordlists/directory-list-2.3-medium.txt -x ".php,.html,.txt,.zip" -u $IP -t50gobuster dir -w /usr/share/dirbuster/wordlists/directory-list-2.3-medium.txt -x ".php,.html,.txt,.zip" -u http://$IP:8080 -t50 -U <user> -P <password>3. Hydra
hydra -l <user> -P /usr/share/wordlists/rockyou.txt ssh://$IP:22 -t 64hydra -l <user> -P /usr/share/wordlists/rockyou.txt pop3://$IP -s <port> -t 64hydra -l <user> -P /usr/share/wordlists/fasttrack.txt pop3://$IP -s <port> -t 64 4. Pspy64
5. Transfert de fichiers
6. Privilege Escalation
7. Consolidation d'un Shell
8. Escalade de privilèges via LXD
8.1 Sur la machine Kali
8.2 Sur la machine cible
9. Outils Stéganographie
10. WPscan
11. FFUF
12. Sites intéressants
Mis à jour