Skip to content

Recon Checklist

Lab-safe enumeration reminders.

First Pass

  • Confirm target scope.
  • Record hostname, IP, and timestamp.
  • Identify exposed services.
  • Check service banners against public documentation.
  • Save raw outputs under a local private notes folder.

Harmless Example

nmap -sV -oN scans/service-version.txt 192.0.2.10

192.0.2.0/24 is reserved for documentation examples.