Back to Index

Har Har Hijack

Port: 9033:80 Docker Image: joshbeck2024/ctf-har-hijack-okta-plunder-flag-red22

Run Challenge

Download Script

Copy and paste this command into your terminal to start the challenge.

docker run -d -p 9033:80 --name flag-red22 --restart always joshbeck2024/ctf-har-hijack-okta-plunder-flag-red22

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop flag-red22 && docker rm flag-red22