Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 593 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 593 Bytes

QUACK

A pyjail challenge I created and hosted during my time at the Recurse Center.

easy | 100 points | misc

A sleepy duck is blocking the way to my files.
can you wake it up (gently) and ask it for
flag.txt? Thanks!

Usage

Build and run the challenge container with:

$ ./build.sh

Access the challenge via ssh:

# Password: pass
$ ssh -p 9999 user@localhost

How did I make this?

I go over the details of the challenge and resources in a blog post.