20 lines
399 B
Markdown
Raw Permalink Normal View History

# 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