Skip to main content

Module scan

Module scan 

Source
Expand description

Core SYN scan engine implementing the Gossan Scanner trait.

Orchestrates the full scan pipeline:

  1. Resolve targets to IPs
  2. Build SYN packet template
  3. Schedule probes via Blackrock permutation
  4. TX thread: stamp and send packets at configured rate
  5. RX thread: receive SYN-ACKs, verify stateless cookies
  6. Emit discovered services as Target::Service

Structsยง

EngineScanner
Raw SYN scanner using netforge packet engine.