-
Notifications
You must be signed in to change notification settings - Fork 0
API Reference
Randythegreat edited this page Mar 12, 2026
·
3 revisions
Extend the Resistance Test engine or integrate it into your own DevOps tools.
The engine is a modular Python class that supports multi-threading.
-
target_url: The fully qualified host to audit. -
aggressive: Boolean. If true, increases probe count and decreases wait times.
Launches all modules using ThreadPoolExecutor.
Standard JSON endpoints for integration.
Payload:
{
"url": "https://target.host",
"aggressive": true
}Response:
{
"logs": [...],
"score": "85%"
}Payload:
{
"type": "env|db|txt"
}Response:
{
"content": "PAYLOAD_HERE",
"filename": ".env.decoy"
}
Resistance Test - Automated Security Hardening Suite
"Guided by the Global Prevention Strategy"
© 2026 Resistance Dev | v1.0.0 Release
Status:
v1.0.0-StableEngine:Resistance-Core