CLI
Command-line interface executables can be found under the bin/
directory and
at the time of writing are:
scnr
– Direct scanning utility.scnr_console
– A REPL Ruby console running from the context ofSCNR::Engine
.scnr_spawn
– Issuesspawn
calls to Agents to start scans remotely.scnr_agent
– Starts a Agent daemon.scnr_agent_monitor
– Monitors a Agent.scnr_agent_unplug
– Unplugs a Agent from its Grid.scnr_instance_connect
– Utility to connect to an Instance.scnr_reporter
– Generates reports from.crf
(Cuboid report file) and.ser
(SCNR Engine report) report files.scnr_reproduce
– Reproduces an issue(s) from a given report.scnr_rest_server
– Starts a REST server daemon.scnr_restore
– Restores a suspended scan based on a snapshot file.scnr_scheduler
– Starts a Scheduler daemon.scnr_scheduler_attach
– Attaches a detached Instance to the given Scheduler.scnr_scheduler_clear
– Clears the Scheduler queue.scnr_scheduler_detach
– Detaches an Instance from the Scheduler.scnr_scheduler_get
– Retrieves information for a scheduled scan.scnr_scheduler_list
– Lists information about all scans under the Scheduler’s control.scnr_scheduler_push
– Scheduled a scan.scnr_scheduler_remove
– Removes a scheduled scan from the queue.scnr_script
– Runs a Ruby script under the context ofSCNR::Engine
.scnr_shell
– Starts a Bash shell under the package environment.scnr_system_info
– Presents system information about the host.