Spaces:
Runtime error
Runtime error
| ## API Endpoints | |
| - **Register User**: `POST /register` | |
| - **Confirm Email**: `GET /confirm/{token}` | |
| - **Reset Password**: `POST /reset-password/` | |
| - **Update Password**: `POST /update-password/{token}` | |
| - **List Exploits**: `GET /exploits/` | |
| - **Execute Exploit**: `POST /execute-exploit/{exploit_name}` | |
| - **Submit Feedback**: `POST /feedback/` | |
| - **MFA Setup**: `POST /mfa-setup` | |
| - **MFA Verify**: `POST /mfa-verify` | |
| - **WebSocket Test**: Connect to `/ws` for real-time interaction. | |
| ## Contribution Guidelines | |
| Feel free to submit issues or pull requests. | |