Configure scan policy: set credentials if available
Set scan targets matching authorised scope
Launch discovery scan first, then full credentialed scan
Review Critical and High findings first
Manually verify top findings before including in report
Export report in required format (PDF/CSV/HTML)
Cross-reference findings with manual testing results
π― Operational Context
Think Dumber First: Run authenticated scans whenever credentials are available β they find 3-5x more vulnerabilities than unauthenticated. Always validate Critical/High scanner findings manually before reporting β false positive rates average 30-40%. Automated scanners excel at patch-level enumeration; they miss business logic, chained exploits, and auth bypasses.
When you land here: Credentials available (or not). Configure authenticated scan (SSH key or domain creds). Run scan. Triage: Critical first β cross-validate with searchsploit β document with evidence. Import XML to MSF for vulns tracking.