Skip to content

pjg11/quack-ctf-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.