Subdomain Enumeration
Blog Posts / References / Presentations / Videos:
Subdomain Enumeration Cheatsheet - https://pentester.land/cheatsheets/2018/11/14/subdomains-enumeration-cheatsheet.html.
Practical recon techniques for bug hunters & pen testers - https://blog.appsecco.com/practical-recon-techniques-for-bug-hunters-pen-testers-at-levelup-0x02-b72c15641972
The Art of Subdomain Enumeration - https://github.com/appsecco/the-art-of-subdomain-enumeration.
Esoteric sub-domain enumeration techniques - https://github.com/appsecco/bugcrowd-levelup-subdomain-enumeration
Subdomain Enumeration: 2019 Workflow - https://0xpatrik.com/subdomain-enume ration-2019/
Awesome Asset Discovery - https://github.com/redhuntlabs/Awesome-Asset-Discovery#domain--subdomain-discovery
A More Advanced Recon Automation #1 (Subdomains) - https://poc-server.com/blog/2019/01/18/advancedrecon-subdomains/
Automating the Recon Process-https://null.co.in/event_sessions/2618-automating-the-recon-process - Video
OSINT for Proactive Defense - RootConf 2019 - https://www.slideshare.net/redhuntlabs/osint-for-proactive-defense-rootconf-2019?next_slideshow=1
Empowering red and blue teams with osint c0c0n 2017 - https://www.slideshare.net/reconvillage/empowering-red-and-blue-teams-with-osint-c0c0n-2017
Video - OSINT for Proactive Defense - Shubam Mittal - https://www.youtube.com/watch?time_continue=1301&v=0s2nmOZKQY8
Gathering domains/subdomains with IPRanges of organization - https://medium.com/@arbazhussain/gathering-domains-subdomains-with-ipranges-of-organization-49362d8a1271
Compherensive Guide - https://echocipher.github.io/2019/07/24/Subdomain-Recon/
Converter.sh, a bash script to convert domain lists to resolved IP lists without duplicates - https://gist.github.com/xdavidhu/07457247b9087dea4ddaf52858500cce
Tools:
Top 7 Subdomain Scanner Tools - https://securitytrails.com/blog/subdomain-scanner-find-subdomains
Subdomain list for bruteforcing - https://twitter.com/Alra3ees/status/1068079409117188096
Domain status checker - https://github.com/unstabl3/recce
Lazyrecon - https://github.com/plenumlab/lazyrecon
Second-order - https://github.com/mhmdiaa/second-order
FindDomain - https://github.com/Edu4rdSHL/findomain
CCrawlDNS - https://github.com/lgandx/CCrawlDNS
Assest Discovery - https://github.com/chrismaddalena/ODIN
Subdomain list for bruteforcing - https://twitter.com/Alra3ees/status/1068079409117188096
SubSanner - https://github.com/cihanmehmet/sub.sh
I got URLS - https://github.com/xyele/igoturls
CC.py - Extracting URLs of a specific target based on the results of "commoncrawl.org" - https://github.com/si9int/cc.py
https://github.com/hecvs17/ccrawlen - Commoncrawl
A new generation of tool for discovering subdomains( ip , cdn and so on) - https://github.com/yanxiu0614/subdomain3
https://github.com/c0rvax/project-black - PROJECT BLACK
https://github.com/BitTheByte/Monitorizer/ - Monitoring
https://github.com/sethsec/celerystalk - all tools combined
Resolver - https://github.com/haxormad/domainresolver
Censys Subdomain Finder - https://github.com/christophetd/censys-subdomain-finder
Trademark to discover doamins - https://github.com/esecuritylab/kostebek
Tools Evaluation - https://twitter.com/testermoving/status/1226947775033556992
Subdomains Enumeration Cheat Sheet. - https://twitter.com/Alra3ees/status/1225908724671401984
Fetch known urls from AlienVault's Open Threat Exchange for given hosts - https://github.com/lc/otxurls
Fetch known URLs from AlienVault's Open Threat Exchange, the Wayback Machine, and Common Crawl. - https://github.com/lc/gau
Port Scanner - https://github.com/projectdiscovery/naabu
CTFR - Abusing Certificate Transparency logs for getting HTTPS websites subdomains. -https://github.com/UnaPibaGeek/ctfr
https://github.com/s0md3v/Silver - Masscan + nmap
https://rapiddns.io -- latest
suip.biz - no need to install tools
https://github.com/internetwache/CT_subdomains - hourly update of sub domains.
subscraper
Venkon.us - https://www.venkon.us/subdomain-lister/
Domainbigdata
Resolver - https://github.com/Edu4rdSHL/rusolver
Bruteforce - https://github.com/bp0lr/dmut
Twitter Thread / Bugbounty Tips:
Sub-Domain Enumeration Oneliner's:
Certsspotter - https://certspotter.com/api/v0/certs?domain=hackerone.com
Oneliner Certspotter x Massdns subdomain enum - https://twitter.com/plenumlab/status/1068442310147547136
Get List of Active Domains - https://twitter.com/0xpatrik/status/1160669104304467978
Need to pull subdomains from Rapid 7's Project Sonar - https://twitter.com/nullenc0de/status/1095030391629598721
OneLiner to get commoncrawl assets -https://twitter.com/fasthm00/status/1145485593687625728
Tips from Ben - https://twitter.com/C1h2e11/status/1163806579474329600
Quick Tip from Shubam Mittal - https://twitter.com/upgoingstar/status/1163818517956710400
Thread from Somdev - https://twitter.com/s0md3v/status/1202461998283251712
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