Skip to content

Instantly share code, notes, and snippets.

@Illizian
Created May 12, 2019 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Illizian/e1620f4ea6d45bd89b6ae14863ef89c3 to your computer and use it in GitHub Desktop.
Save Illizian/e1620f4ea6d45bd89b6ae14863ef89c3 to your computer and use it in GitHub Desktop.
BSIDES London 2019 Pre-conference Capture the Flag (CTF) challenge

Notes

We've designed this CTF to be accessable to all levels of experiance and skill. There are 3 stages to the CTF. Each stage has a unique FLAG which is formattted as follows: FLAG{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}

.... - - .--. ---... -..-. -..-. ... - .- --. . .---- .-.-.- -... ... .. -.. . ... .-.-.- .-.. --- -. -.. --- -. .-.-.- ..--- ----- .---- ----. .-.-.- .--. .-- -. -.. . ..-. . -. -.. .-.-.- -.-. --- -- -..-.

http://stage1.bsides.london.2019.pwndefend.com/
  • Commented out link to Special Offers?

Visiting http://stage1.bsides.london.2019.pwndefend.com/elements.html is a 404 though :thinking_face:

  • Base64 encoded phone number is actually a wierd message:

Phone

Um9ndWUgQS5JLiBEZXRlY3RlZC4uLi4uLi4u

echo "Um9ndWUgQS5JLiBEZXRlY3RlZC4uLi4uLi4u" | base64 --decode
Rogue A.I. Detected........%
  • Commented out BladeRunner Quote
  • Encoded "email"

We also have what I assumed was a Cloudflare encoded email, look's like hash of some description

[email protected]

hash-identifier doesn't recognise it :thinking_face:

HASH: 0c65626a634c796278657860696822786068
Not Found.

:man-facepalming: It is a Cloudflare encoded email

<script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
info@untitled.tld

Vault is here:

Enterance to the Vault Requires all 3 Flags e.g. xxxxx-xxxxx-xxx-xxxx

http://vault.bsides.london.2019.pwndefend.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment