-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Randythegreat edited this page Mar 12, 2026
·
1 revision
Getting the Resistance Test suite running is designed to be simple and automated.
- Python 3.8 or higher.
- Pip (usually comes with Python).
- Web Browser (Chrome, Firefox, or Edge recommended).
For Windows users, we provide a "One-Click" bootstrap script.
- Download/Clone the repository.
-
Double-click
start.bat.- The script will automatically check if Python is installed.
- If Python is missing, it will open the download page for you.
- It will create a clean environment and install all dependencies (
flask,requests, etc.). - It will launch the dashboard automatically.
- Open your terminal.
-
Clone the repo:
git clone https://github.com/yourusername/resistance_test.git cd resistance_test -
Run the auto-installer:
This script handles dependency checks and server launching just like the Windows version.
python3 run.py
If you prefer to manage your environment manually:
-
Install requirements:
pip install -r requirements.txt
-
Launch the server:
python server.py
-
Access the UI:
Open your browser to
http://127.0.0.1:5000.
-
Port 5000 already in use: You can change the port in
server.pyor by setting thePORTenvironment variable. -
Missing Pip: Ensure you checked "Add Python to PATH" during installation. Run
python -m ensurepip --upgradeto fix. -
CORS Errors: The server uses
flask-corsto prevent these. Ensure you are accessing the UI via the server's local address.
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