NodeZero® CLI
Horizon3.ai provides a Command Line Interface (CLI) tool called h3-cli
, which offers a convenient way to interact with the Horizon3.ai Application Programming Interface (API). The API gives programmatic access to a selection of features that are also available through the Horizon3.ai Portal.
The CLI allows users to manage and automate key aspects of pentesting without relying on the Portal. You can configure and launch assessments, schedule recurring tests, and retrieve results, all from your terminal or as part of a script.
This makes the CLI an excellent choice for security teams that want to integrate pentesting into existing workflows, CI/CD pipelines, or other automated processes.
When to use
- You want to schedule and run pentests without using the Portal
- You need to integrate pentesting into CI/CD pipelines or workflows
- You need a way to securely manage credentials for injection
- You are managing multiple environments and want to automate setup
- You need advanced scheduling options
Usage
Ready to use h3-cli
? Choose from the options below:
Customization
Want more control? You can create your own tools and workflows using the Horizon3.ai GraphQL API.