File size: 555 Bytes
ef4248d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

## 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.