Skip to content

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:

Getting Started

Additional Guides:

  1. Automate NodeZero Deployment - auto-deploy NodeZero to a configured host using a NodeZero Runner
  2. Scheduling from CLI - configure recurring pentests via the CLI
  3. Auto-inject Credentials - automatically inject credentials into a recurring pentest
  4. Monitor Pentests - monitor the status of active pentests
  5. 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:

  1. h3-cli on GitHub
  2. Horizon3.ai Portal