Documentation
¶
Overview ¶
Package bot implements the sondra control bot: it lets allow-listed users drive scans, monitors, and diffs from Telegram (text commands) and Discord (slash commands), streaming results back through the notification system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bot ¶
type Bot struct {
// contains filtered or unexported fields
}
Bot dispatches chat commands to the recon pipeline across transports.
type Command ¶
type Command struct {
Name string // scan | monitor | diff | status | list | stop | report | help
Domain string
Preset string
Modules []string
Exclude []string
Interval time.Duration
OnMode string
Arg string // positional argument for stop/report (a job id)
}
Command is a parsed chat command with full scan/monitor flag parity.
Click to show internal directories.
Click to hide internal directories.