mondoo shell
Interactive query shell for MQL
Synopsis
Allows for the interactive exploration of mondoo queries
mondoo shell [flags]
Options
--ask-pass ask for connection password
-c, --command string a command to run in the shell
-t, --connection string The connection is the identifier a way to reach the asset. Supported connections are 'local://', 'docker://' and 'ssh://'
--discover string enables the discovery of nested assets. Supported are 'all|auto|instances|host-instances|host-machines|container|container-images' (default "auto")
--discover-filter stringToString additional filter for asset discovery (default [])
-h, --help help for shell
--host-machines also scan host machines like ESXi server
-i, --identity-file string Selects a file from which the identity (private key) for public key authentication is read.
--insecure disables TLS/SSL checks or SSH hostkey config
--instances also scan instances (only applies to api targets like aws, azure or gcp)
--option stringToString addition connection options, multiple options can be passed in via --option key=value (default [])
-p, --password string connection password e.g. for ssh/winrm
--path string path to a local file or directory that the connection should use
--platform-id string select an specific asset by providing the platform id for the target
--sudo runs with sudo
Options inherited from parent commands
--config string config file (default is $HOME/.config/mondoo/mondoo.yml)
--log-level string set log-level: error, warn, info, debug, trace (default "info")
-v, --verbose verbose output
SEE ALSO
- mondoo - Mondoo CLI
- mondoo shell arista - Connect to an Arista endpoint
- mondoo shell aws - Connect to an AWS account or instance
- mondoo shell azure - Connect to a Microsoft Azure account or instance
- mondoo shell container - Connect to a container, an image, or a registry
- mondoo shell docker - Connect to a Docker container or image
- mondoo shell gcp - Connect to a Google Cloud Platform (GCP) account
- mondoo shell github - Connect to a GitHub organization or repository
- mondoo shell gitlab - Connect to a GitLab group
- mondoo shell host - Connect to a host endpoint
- mondoo shell k8s - Connect to a Kubernetes cluster or manifest
- mondoo shell local - Connect to a local machine
- mondoo shell mock - Connect to mock target (a simulated asset)
- mondoo shell ms365 - Connect to a Microsoft 365 tenant
- mondoo shell ssh - Scan a SSH target
- mondoo shell terraform - Scan all Terraform files in a path (.tf files)
- mondoo shell vagrant - Scan a Vagrant host
- mondoo shell vsphere - Connect to a VMware vSphere API endpoint
- mondoo shell winrm - Scan a WinRM target