Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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.4.4
  • PyPI
  • Socket score

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

  1. Go to settings
  2. Click "Add User" button
  3. Type Username and choose User Type as "API User"
  4. Click "Create" button
  5. Click your user's Edit button
  6. 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc