- Generated server private key, Certificate Signing Request (CSR) and self-signed certificate.
399 B
399 B
QUIC Reflection Attack Simulation
Tested on the Python 3.12
Goals
- Learn about the basics of the QUIC protocol and the python
aioquic
library.
Setup
- Install Python3.12 and Pip
- Consider using a python virtual environment
- Run
pip install -r requirements.txt
Progress
- Server implementation
- Client (Victim) implementation
- Client (Bad Actor) implementation