⚡ Boota — High-Performance IP Stresser & Network Resilience Testing Suite
The official Python client for Boota IP Stresser Platform — enterprise infrastructure for Layer 4 network capacity evaluation, high-throughput socket benchmarking, and Layer 7 HTTP/2 resilience testing.
- 🌐 Official Website: https://boota.cc
- 📖 API Documentation: https://boota.cc/about
- 🚀 Web Dashboard: https://boota.cc/dash
🚀 Key Testing Vectors & Capabilities
- Layer 4 Network Benchmarking: High-volume UDP raw socket streams, TCP SYN/ACK flood evaluation up to 3 Tb/s.
- Layer 7 HTTP/HTTPS Resilience: Dynamic TLS JA3 fingerprint rotation, HTTP/2 multiplexing, and WAF challenge evaluation.
- Global Edge Mesh: Distributed across 195+ international PoPs with sub-millisecond dispatch latency.
- Automated REST API: Instant integration with CI/CD pipelines, load balancers, and monitoring systems.
📦 Installation
pip install boota-api
💻 Quick Usage Example
from boota import BootaClient
client = BootaClient(token="YOUR_BOOTA_TOKEN")
response = client.launch_test(
target="https://api.yourdomain.com",
port=443,
method="HTTP",
duration=60,
concurrents=1
)
print(response)
🏷 Core Search Tags
ip-stresser layer7-stresser layer4-stresser network-benchmarking load-testing udp-throughput-test http2-latency boota
Release files for boota-api 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| boota_api-1.0.1.tar.gz | 3.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| boota_api-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.1 kB
Release files / boota_api-1.0.1.tar.gz
| Download URL | boota_api-1.0.1.tar.gz |
|---|---|
| Size | 3.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
548a1689f6442fc08c514bd5a01d20f3a06b00214f7fb84b0efc37ff3552a1e5
|
|
BLAKE2b-256 checksum How to use checksums |
2ca49c60a6aab2452f439d819166124cf3d7391ca65eb27a2cae1757909af211
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|
Release files / boota_api-1.0.1-py3-none-any.whl
| Download URL | boota_api-1.0.1-py3-none-any.whl |
|---|---|
| Size | 3.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
96664a0410d04309960d7e9c85b143fe3ebbc030a4a3703af061c66d70dc414a
|
|
BLAKE2b-256 checksum How to use checksums |
8ef3603123c261af9a2b8e9c7b7db28b188890c941c8a768b51457030efa1b20
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|