Subdomain Enumeration

Blog Posts / References / Presentations / Videos:

  1. Esoteric sub-domain enumeration techniques - https://github.com/appsecco/bugcrowd-levelup-subdomain-enumeration

  2. Subdomain Enumeration: 2019 Workflow - https://0xpatrik.com/subdomain-enume ration-2019/

  3. A More Advanced Recon Automation #1 (Subdomains) - https://poc-server.com/blog/2019/01/18/advancedrecon-subdomains/

  4. Video - OSINT for Proactive Defense - Shubam Mittal - https://www.youtube.com/watch?time_continue=1301&v=0s2nmOZKQY8

  5. Converter.sh, a bash script to convert domain lists to resolved IP lists without duplicates - https://gist.github.com/xdavidhu/07457247b9087dea4ddaf52858500cce

Tools:

  1. Domain status checker - https://github.com/unstabl3/recce

  2. CC.py - Extracting URLs of a specific target based on the results of "commoncrawl.org" - https://github.com/si9int/cc.py

  3. A new generation of tool for discovering subdomains( ip , cdn and so on) - https://github.com/yanxiu0614/subdomain3

  4. Trademark to discover doamins - https://github.com/esecuritylab/kostebek

  5. Subdomains Enumeration Cheat Sheet. - https://twitter.com/Alra3ees/status/1225908724671401984

  6. Fetch known urls from AlienVault's Open Threat Exchange for given hosts - https://github.com/lc/otxurls

  7. Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl. - https://github.com/lc/gau

  8. CTFR - Abusing Certificate Transparency logs for getting HTTPS websites subdomains. -https://github.com/UnaPibaGeek/ctfr

  9. suip.biz - no need to install tools

  10. https://github.com/internetwache/CT_subdomains - hourly update of sub domains.

  11. subscraper

  12. Domainbigdata

Twitter Thread / Bugbounty Tips:

Subdomain Bruteforce - #ffuf@ngkogkos@joohoi@Jhaddix Subdomain bruteforce with ffuf on 443 port. It works fine ffuf -u https://FUZZ.rootdomain.com -w jhaddixall.txt -v | grep "| URL | " | awk '{print $4}'34578

Horizontal domain correlation https://viewdns.info/reversewhois/ - Free https://domaineye.com/reverse-whois - Free https://reversewhois.io - Free https://whoxy.com - Free web, not free API. http://reversewhois.domaintools.com - Not free https://drs.whoisxmlapi.com/reverse-whois-search… - Not Free https://domainiq.com - Not Free

Vhost writeup - https://medium.com/@meraid.kr/how-i-solved-hackerone-h1-212-ctf-e6d7171a55e6

Last updated