Back to Index

Magic Methods

Port: 3020:3020 Docker Image: joshbeck2024/magic-method-ctf

Run Challenge

Download Script

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

docker run -d -p 3020:3020 --restart always --name magic_method_container joshbeck2024/magic-method-ctf

Stop & Cleanup

Download Script

Finished? Run this to stop and remove the container.

docker stop magic_method_container && docker rm magic_method_container