Skip to main content

Module discovery

Module discovery 

Source
Expand description

Service discovery orchestrator.

Runs a Quick Scan to detect services on remote servers.

Architecture:

  • Quick Scan runs once per connection, discovers which services exist
  • All operations are async and use the existing SSH session
  • Results are sent via CoreEvent to the main loop

Functionsยง

quick_scan
Performs a Quick Scan on the given SSH session.