Documentation
¶
Overview ¶
repl is a command-line interface for interacting with the spike database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmds = map[string]string{
"help": "Show this help",
"domains": "List all domains",
"select": "Select a domain: select <domain>",
"subs": "List subdomains",
"httpx": "List live hosts",
"uro": "List crawled URLs (active + passive)",
"nuclei": "List nuclei findings",
"exit": "Exit shell",
"quit": "Exit shell",
}
Functions ¶
func NewREPLShell ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.