Skip to main content

iotsploit-core

Minimal, standalone core library extracted from zeekr_sat_main.

  • What it is: domain models + ports (interfaces) + core orchestration.
  • What it is not: Django/ORM/Celery/Channels integrations (those are application-layer adapters).

Install

Poetry (recommended):

cd iotsploit-core
poetry install

Pip editable:

pip install -e iotsploit-core

Use (quick start)

Verify it imports:

import iotsploit_core
print(iotsploit_core.__version__)

Exploit plugins (manager)

You wire this manager with your own adapters that implement iotsploit_core.ports.

from iotsploit_core.core.exploit_manager import ExploitPluginManager

mgr = ExploitPluginManager(
    plugin_repo=...,   # implements PluginMetaRepository
    group_repo=...,    # implements PluginGroupRepository
    task_runner=...,   # implements TaskRunner (optional async delegation)
)

print(mgr.list_plugins())
# mgr.execute_plugin("SomePlugin", target=..., parameters={...})

Default exploit plugin dir:

  • IOTSPLOIT_EXPLOIT_PLUGINS_DIR
  • fallback: None (entry-point discovery only)

Device drivers (manager)

from iotsploit_core.core.device_manager import DeviceDriverManager

dm = DeviceDriverManager(
    driver_state_repo=...,  # implements DriverStateRepository
)

print(dm.list_drivers())
# dm.scan_devices("drv_xxx")

Default device plugin dir:

  • IOTSPLOIT_DEVICE_PLUGINS_DIR (or legacy SAT_DEVICE_PLUGINS_DIR)
  • fallback: <repo_root>/plugins/devices

Streaming (optional)

Core uses a safe Noop backend by default. In a web runtime, inject a real backend:

from iotsploit_core.core.stream_manager import StreamManager

# StreamManager.configure_backend(MyBackend())

Package layout

  • iotsploit_core.domain: pure dataclasses/enums (no I/O)
  • iotsploit_core.ports: interfaces to be implemented by adapters
  • iotsploit_core.core: orchestration (plugin/device/tool managers)

Notes

  • iotsploit_core.core.device_config is deprecated (device config should live in DB via app-layer adapters).

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

iotsploit_core-0.0.8.tar.gz (57.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iotsploit_core-0.0.8-py3-none-any.whl (71.0 kB view details)

Uploaded Python 3

File details

Details for the file iotsploit_core-0.0.8.tar.gz.

File metadata

  • Download URL: iotsploit_core-0.0.8.tar.gz
  • Upload date:
  • Size: 57.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for iotsploit_core-0.0.8.tar.gz
Algorithm Hash digest
SHA256 990ef4642dd1a338c2d33081aeae1a553fa1142c7d40ad97d993484a6f158e1c
MD5 f6456ff134ba6ddf70e36b9b0a2f1b8f
BLAKE2b-256 bff42a7d7be8c36472574434bed867b5d0e8c7e9498e7dbf2630cf06b4c39734

See more details on using hashes here.

File details

Details for the file iotsploit_core-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: iotsploit_core-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 71.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for iotsploit_core-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 512df33e6575df8c049d157c21d454bd2dbe248f800bd96ffef4235c35031435
MD5 22c561d7ab455c0c723ca5a600c7796c
BLAKE2b-256 0a84546da541131bf5103b609e8921f1a3c283436b60a9a2633b1793fd63f71a

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.0.8 This release

2 files

0.0.7

2 files

0.0.6

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page