You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
short: "Collect candidate hosts before active traffic begins.",
755
+
detail: "This stage pulls in low-noise intelligence from certificate transparency, passive DNS, and historical archive-style sources so the framework starts with context instead of blind guesses."
756
+
},
757
+
{
758
+
order: "02",
759
+
name: "Active Validation",
760
+
short: "Confirm scope, DNS truth, and reachable surfaces.",
761
+
detail: "Validated names move through scoped checks, DNS confirmation, and bounded network validation so later stages work from verified assets instead of assumptions."
762
+
},
763
+
{
764
+
order: "03",
765
+
name: "Service + Web Map",
766
+
short: "Turn live hosts into service and application context.",
767
+
detail: "Open ports, banners, HTTP responses, crawl paths, forms, and JavaScript endpoints are gathered here to describe how a host behaves, not just that it exists."
768
+
},
769
+
{
770
+
order: "04",
771
+
name: "Correlation",
772
+
short: "Link assets, findings, and relationships together.",
773
+
detail: "The framework joins domains, IPs, services, and discoveries into a graph-friendly view so operators can see how assets relate and which ones deserve attention first."
774
+
},
775
+
{
776
+
order: "05",
777
+
name: "Tracking",
778
+
short: "Preserve history and show what changed since last time.",
779
+
detail: "Recon memory stores prior state so each run can produce deltas, change summaries, and more useful reporting instead of isolated snapshots."
<divclass="workflow-visual-copy">The website renders the framework flow directly with HTML, CSS, and JavaScript so each stage stays readable and interactive.</div>
0 commit comments