minhtrannhat 7573f1769f
feat(server): Setup basic Echo QUIC server
- Generated server private key, Certificate Signing Request (CSR) and
  self-signed certificate.
2024-08-19 04:18:28 -04:00

20 lines
399 B
Markdown

# 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