AquilaX CLI
Command Line Interface for AquilaX Scanning
Prerequisites
Python 3.7 or higher
pip
package manager
Install
To install the AquilaX CLI (Command Line Interface) you can simply execute:
Verify
Verify that is installed correctly
Authenticate
In order to authenticate with the CLI, firstly login into https://app.aquilax.ai and create an API Access Token (PAT), then execute the below command (this need only once)
List your Organizations
Set your Organization
List your Groups
Set your group
Async Scan
You can initiate a scan without waiting for the results, freeing up your terminal. This allows you to run multiple scans simultaneously for greater efficiency.
the output will look like the below
Scanning results
Sync Scan
You can also start a scan in synchronous mode, this will make your terminal waiting for the results, and you can see in real time the output of your scan as is happening
More Details
Last updated
Was this helpful?