
Script Python che utilizza l'API di hunter.io per estrarre indirizzi email da un dominio target, generando una lista di destinazione per attacchi di password spraying.
Questo è uno script Python che utilizza l'API di hunter.io per estrarre dati su un dominio target, quindi generare una lista di email target. È utilizzato principalmente per password spraying con strumenti come Go365 o TREVORspray.
Usage: HunterScrape-Dev.py [-h] -d DOMAIN -k KEY [-l LIMIT] [-f] -o OUTFILE
options: -h, --help mostra questo messaggio di aiuto ed esce -d DOMAIN, --domain DOMAIN Dominio target da cercare -k KEY, --key KEY La tua chiave API hunter.io -l LIMIT, --limit LIMIT Numero di email da estrarre, massimo 100 -f, --full Recupera tutte le email -o OUTFILE, --outfile OUTFILE Salva le email in un file di testo
Full list example usage:
./HunterScrape.py -d $targetdomain.org -k $YOUR_API_KEY -f
If you only want a certain number, up to 100, then use the -l flag. Running without specifying -l N or -f will return a single result.
./HunterScrape.py -d $targetdomain.org -k $YOUR_API_KEY -l 9