Look at this extensive "Shodan pentest guide"
https://t.co/VX1c9KUa6i via @turgensec
NB: the author is a former student of my OSINT class (nice and useful article @noraj_rawsec !)
@rootme_org Petit souci pour accéder à mon compte Root-Me. Quand je demande la reinit du mdp, j'ai le message "Erreur : vous n'avez plus accès à ce site". Une idée pour me débloquer ?
A one-liner to enumerate subdomains using Wayback Machine and
waybackurls by @TomNomNom
The results are not particularly exhaustive but quite useful in finding old and forgotten subdomains
https://t.co/OBNQwhMueG
#OSINT#AppSec
Oneliner Subdomain Enumeration! 🌏
Run this nifty little command to grab a neat list of subdomains under a given TLD:
curl 'https://crt.sh/?q=%.example.com&output=json' | jq '.name_value' | sed 's/\"//g' | sed 's/\*\.//g' | sort -u
🙏 to @NahamSec#oneliner#enumeration