Rookie Recon

Welcome to Level 2: Rookie Recon!
This phase focuses on reconnaissance β the art of gathering information about your target using open-source tools and passive techniques before attempting any active engagement.
- What is OSINT?
- Why reconnaissance matters in ethical hacking
- Legal & ethical considerations
- Types of intel: people, companies, websites, infrastructure
- Real-world examples
WHOIS Lookups
- Understand domain registration info
- Tools:
DNS Enumeration
- Discover subdomains, mail servers, and name servers
- Tools:
nslookup
dig
host
dnsenum
Fierce
IP Lookup
- Reverse DNS
- Geolocation
- ASN info
Nmap Basics
- Port scanning: TCP vs UDP
- Service detection (
-sV
)
- OS detection (
-O
)
- Stealth scanning (
-sS
)
- Intro to NSE (Nmap Scripting Engine)
Banner Grabbing
- Reveal service info using:
- Email & username discovery
- Useful tools:
- LinkedIn scraping & employee discovery
- Social media recon
- Google Dorking for specific info
- Building a digital footprint
βοΈ 6. Manual vs Automated Recon
- Why automation isnβt everything
- How human intuition improves results
- When to go manual and verify
π§ͺ 7. Practical Labs
π 8. Resources & Further Learning