CLI Tool
Horizon3.ai provides its users with a Command Line Interface (CLI) tool, called h3-cli
. It is convenient for accessing the Horizon3.ai Application Programming Interface (API). The Horizon3.ai API provides programmatic access to a subset of functionality available through the Horizon3.ai Portal.
The h3-cli
tool is available for download from the Horizon3.ai GitHub. See here for instructions on using h3-cli
:
Additional Guides:
- Automate NodeZero Deployment - auto-deploy NodeZero to a configured host using a NodeZero Runner
- Scheduling from CLI - configure recurring pentests via the CLI
- Auto-inject Credentials - automatically inject credentials into a recurring pentest
- Monitor Pentests - monitor the status of active pentests
- Paginate Results - paginate the results of pentests
Develop Your Own Tools
Alternatively, you may develop your own software tools to interact with the Horizon3.ai GraphQL API.
References: