Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.15 KB

PyJail Disbelief

Try in PWD

Category: misc

Author: rok0s

Description

Your task is to infiltrate a perplexing Python Jail (PyJail), a segment of the AI's network that sparked disbelief among our ranks. Using your Python prowess and out-of-the-box thinking, exploit the PyJail's weaknesses, bypass its restrictions, and retrieve valuable intel. Your skills will determine if this 'disbelief' is an AI riddle or a trap. Can you defy disbelief and conquer the PyJail? The Pulse counts on your success.

Note: The challenge runs on Python 3.10

Run locally

Launch challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2023/master/misc/pyjail-disbelief/docker-compose.yml | docker compose -f - up -d

Shutdown challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2023/master/misc/pyjail-disbelief/docker-compose.yml | docker compose -f - down