🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

octoxlabs

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

octoxlabs

py-octoxlabs is an API client for Octox Labs Cyber Security Asset Management platform on python programming language.

0.5.1
PyPI
Maintainers
1

Octox Labs Python SDK

py-octoxlabs is an API client for Octox Labs Cyber Security Asset Management platform on python programming language.

Installation

pip install octoxlabs

Getting Started

  • Go to settings
  • Click "Add User" button
  • Type Username and choose User Type as "API User"
  • Click "Create" button
  • Click your user's Edit button
  • Copy API Token

Quick Start

from octoxlabs import OctoxLabs

octo = OctoxLabs(ip="<your-octoxlabs-platform-ip>", token="<your-api-token>")
count, assets = octo.search_devices(query="Adapters = active-directory")

Contributing

Also see; CONTRIBUTING.md

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts