Skip to content

Cyber Castors CTF 2020 Challenges where I authored most of the web challenges written in Go

Notifications You must be signed in to change notification settings

adavilacorujo/castorsCTF20

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Cyber Castors CTF 2020 Challenges

Categories

  • Cryptography
  • Reverse Engineering
  • Binary Exploitation
  • Web Exploitation
  • Computer Forensics
  • Coding/Scripting
  • Miscellaneous
  • University Courses (TBD)

Crypto

  1. OTP XOR - User enters input and output gets encrypted with flag.
  2. Columnar Transpostion - User enters input and output gets encrypted with transposition cipher. The key can be guessed by entering variable lengths.
  3. AES-ECB Oracle
  4. AES-CBC Padding Oracle
  5. Turnip Prices - Animal Crossing themed chal using popular game mechanic turnip prices. Prices will be hashed and user will need to reverse all hashes to determine the highest selling price. (WIP)
  6. Mail - Animal Crossing themed chal using Assymetric Encryption. (WIP)
  7. MSB Steganography - Same as LSB but with a custom script. No online tools to do it automatically.
  8. Pixel Stego - encrypting image with another image. (WIP)

Coding/Scripting

  1. Baseball - Challenge will encrypt flag in base64, base16, base8, and base2. The user will have to run through all bases before time runs out.
  2. Arithmetic - Multiple arithmetic challenges which will read "4 plus 5" to be solved before time runs out.

Misc

  1. Time Travel - Animal Crossing Themed Challenge. Go Back in time to get the best turnip prices.

Idea Dump

  • Base64 Wormhole
  • Bash Scripting (Zip Files)
  • Reverse Hexdumps
  • Ciphers
  • Prime Numbers
  • Base Conversions

About

Cyber Castors CTF 2020 Challenges where I authored most of the web challenges written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.7%
  • PHP 25.4%
  • Go 16.2%
  • HTML 13.0%
  • Dockerfile 1.9%
  • C 1.8%
  • Other 1.0%