Skip to content

oxsecurity/ox-cli-prod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ad0a073 · Oct 18, 2024

History

25 Commits
Oct 18, 2024
Nov 6, 2023
Nov 6, 2023
Feb 8, 2024
Oct 18, 2024
Feb 8, 2024
Oct 18, 2024
Apr 26, 2024
Jul 19, 2024
Oct 18, 2024
Feb 8, 2024
Oct 18, 2024
Apr 30, 2024
Oct 18, 2024
Feb 8, 2024
Feb 8, 2024
Feb 8, 2024
Apr 26, 2024
Oct 18, 2024
Apr 26, 2024
Apr 26, 2024

Repository files navigation

oxcli

The OX CLI is a .NET command line interface application that will be expanded over time for the purpose of satisfying customer use case POCs.

Object processes designed in VB.NET are easily replicated in other languages, although this example utilizes a Python CLI engine for engine call processing.


To use, download and unzip contents of OXcli.zip into local folder. Windows recommended at this time.

OXCLI commands utilizing OX GraphQL API require a simple Python script located in the \python folder. Modify the .env file with your OX API KEY, or use CLI command "setenv --key {ox_api_key}"

In order for Python to run, test using: python python_examp.py help

pip install -r requirements