Labs/Demo for cyber security.
For educational purposes only.
- docker-compose
git clone https://github.com/hlc23/CS-Labs.git
cd CS-Labs
cd XXX # replace XXX with the lab you want to run
docker-compose up -d # run the labDownload from build folder
Unzip the file and run docker-compose up -d inside the unzipped folder.
- csrf-demo: A demo of CSRF.
- SameSite-cookie: Show differences of SameSite cookie settings (Lax, Strict, None).