A CTF hosted by Google, with some beginner/medium challenges

Post thumbnail
ScriptingCrypto

7 - ReadySetAction

A simple crypto challenge where you need to find a trick to decrypt the RSA-like algorithm. Learn about simple cryptography, math and gmpy2 in Python

Post thumbnail
ScriptingCryptoMiscellaneous

5 - Twisted robot

A challenge that generates random numbers and encrypts a secret. Using RandCrack the random seed can be cracked and the secret decrypted

Post thumbnail
ReversingScripting

4 - Electronics Research Lab

A challenge with some C code, used in a hardware device. learn about reversing the code and looking up documentation of functions to see what it does

Post thumbnail
WebScripting

3 - High Speed Chase

Create an algorithm to guide a car through traffic in JavaScript. Learn about creating your own algorithms, and coding in JavaScript

Post thumbnail
WebReversing

1 - CCTV

First challenge. Learn about reversing JavaScript code and creating a password the passes a condition