Enumération - Web

Gobuster

gobuster dir -u http://<machine_ip> -w <wordlist> -x txt,jpg,php
gobuster dir -u http://<machine_ip> -w /usr/share/wordlists/dirbuster/directory-list-lowercase-2.3-medium.txt -x txt,jpg,php,js,html

gobuster vhost -u http://<machine_ip> -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-110000.txt -t 60 --append-domain

Options utiles :

# -x : ajouter extensions
# -q : scan silencieux
# -o : sortie dans un fichier
# -b : exclure erreur
# -k : ne vérifie pas certificat
gobuster vhost -u <URL_to_fuzz> -w <wordlist>

DIG

dig <machine_ip>  # Enumération serveur DNS

FFUF

ffuf -u http://<machine_ip>/FUZZ -w /usr/share/seclists/Discovery/Web-Content/big.txt

ffuf -v -c -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-110000.txt -u http://test.com -t 50 -H "Host: FUZZ.test.com" -fw 3499
  • Liste à essayer

WFUZZ

Sublist3r

Google Dork

Whois

Scrapy

Mis à jour