iotsploit-platforms
IoTSploit platform-specific adapters package.
This package provides platform-specific implementations for WiFi, Input, and SSH backends across different operating systems.
Structure
iotsploit-platforms/
├── src/
│ └── iotsploit_platforms/
│ ├── adapters/
│ │ └── platforms/
│ │ ├── linux/
│ │ │ └── wifi_backend.py
│ │ ├── windows/
│ │ │ └── wifi_backend.py
│ │ └── darwin/
│ │ └── wifi_backend.py
│ └── platforms/
│ └── __init__.py # Platform distribution module
└── pyproject.toml
Usage
The platform distribution module automatically selects the appropriate backend based on the current platform:
from iotsploit_platforms.platforms import wifi_backend
# wifi_backend is the appropriate backend class for the current platform
backend = wifi_backend(wifi_iface_name="wlan0")
networks = backend.scan()
Platform Support
- Linux: Full WiFi backend implementation using NetworkManager (libnm via GObject Introspection, with DBus for hotspot/AP mode)
- Windows: Placeholder implementation (not yet implemented)
- Darwin (macOS): Placeholder implementation (not yet implemented)
Dependencies
iotsploit-core: Core interfaces and utilities- NetworkManager +
python3-gi(libnm) anddbus-python: WiFi operations on Linux
Release files for iotsploit-platforms 0.0.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| iotsploit_platforms-0.0.9.tar.gz | 12.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| iotsploit_platforms-0.0.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 30.2 kB
Release files / iotsploit_platforms-0.0.9.tar.gz
| Download URL | iotsploit_platforms-0.0.9.tar.gz |
|---|---|
| Size | 12.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
444b71ab1b8332eff43063846f252710700e70d2dc5f10218ace296693a23ac4
|
|
BLAKE2b-256 checksum How to use checksums |
7e496b806dcf022d66016ac5e1236bcfce0be9c27aec84082702c06ec50f973f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|
Release files / iotsploit_platforms-0.0.9-py3-none-any.whl
| Download URL | iotsploit_platforms-0.0.9-py3-none-any.whl |
|---|---|
| Size | 17.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
dbf27e34cd0c03104351ad2ce7cf715d5ddf7b6f0faade75c59b532b04279030
|
|
BLAKE2b-256 checksum How to use checksums |
b5e5d4e8d1ad3c9a339981f1af78bdc5bc6cef0bd8df1280134110c7ca583ca9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|