-
Notifications
You must be signed in to change notification settings - Fork 0
Security Modules
Randythegreat edited this page Mar 12, 2026
·
1 revision
Resistance Test v1.0.0 covers the most critical automated segments of the OWASP Top 10.
- Probe: Scans for unprotected administrative directories and API endpoints.
- Risk: Unauthorized users accessing sensitive data or control panels.
- Probe: Verifies HTTPS protocol and TLS enforcement.
- Risk: "Man-in-the-Middle" attacks where data is stolen in transit.
- Probe: Tests for XSS (Cross-Site Scripting) and basic SQL Injection reflection.
- Risk: Hackers running malicious code on your users' browsers.
-
Probe: Scans for exposed
.env,.git/config, and server info files. - Risk: Direct exposure of database passwords and secret keys.
-
Probe: Analyzes server headers (
Server,X-Powered-By) for version leaks. - Risk: Hackers finding targeted exploits for specific software versions.
- Probe: Intelligent brute-force detection that identifies real login paths.
- Risk: Account takeover through automated password guessing.
- Probe: Scans for exposed CI/CD pipelines and deployment metadata.
- Risk: Exposing the "Internal Blueprints" of your infrastructure.
-
Probe: Looks for publicly readable technical logs (
error.log,access.log). - Risk: Giving hackers a map of your system errors and user activity.
- Probe: Basic probing for URL-based internal redirection risks.
- Risk: Hackers using your server to attack your internal network.
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