🏳️
Bag of Flags
  • Home
  • 2023
    • 🅿️picoCTF 2023
      • money-ware
      • repetitions
      • two-sum
      • ReadMyCert
      • rotation
      • hideme
      • PcapPoisoning
      • who is it
      • Reverse
      • timer
      • Safe Opener 2
      • findme
      • MatchTheRegex
      • SOAP
    • 🐦magpieCTF 2023
      • Space Plan
      • Space Exploration
      • So Meta
      • There is no flag
      • Momma says to play fair
      • Rubis
      • What is the password?
      • Eavesdropper
      • Shredded
      • Missing Flag
      • This outta be large enough right?
      • No Password Here
      • Chocolate Chips with Zero-G
      • Education Comes First
    • 🌴ISSessions CTF 2023
      • Basic Permissions
      • Crack Me
      • File Detective
      • Word Vomit
      • Fileception
      • Coding Time
      • Ghost File
      • CryptoTools1
      • CryptoTools2
      • 1337
      • ROT++
      • RunedMyDay
      • RSA_2
      • The Man Who Sold the World
      • VaultChallenge
      • Lost Media
      • Decontamination
      • Decade Capsule
      • Password in A Haystack
  • 2022
    • 🏁UW CTF S22
      • 0s and 1s
      • simple image
      • Helikopter
      • Meow
      • Google Form
      • Strings, literally
      • WASM
      • Audio
      • Pwn0
      • YATD
      • steg
      • Passwords
      • Vitalik
  • Practice
    • 🧠CryptoHack
      • Introduction
        • Finding Flags
        • Great Snakes
      • General
        • ASCII
        • Hex
        • Base64
        • Bytes and Big Integers
        • XOR Starter
        • XOR Properties
        • Favourite byte
        • You either know, XOR you don't
        • Greatest Common Divisor
Powered by GitBook
On this page
  • Description
  • Use The Tools Again
  • Flag
  1. 2023
  2. ISSessions CTF 2023

CryptoTools2

PreviousCryptoTools1Next1337

Last updated 2 years ago

Description

There are many resources easily available online that are very high quality. CyberChef () is one of these tools. Become familiar with the website to solve this challenge! Hint: Pay special attention to the instructions for this challenge.

Use The Tools Again

We are given a file.tar.gz file which we can extract to get our cipher

NzIlNjUlNzQlNmYlNDMlNTQlNDYlN2IlNzQlNjElNzMlNzQlNzklNmQlNjUlNjElNmMlN2Q=

As suggested, let's try cooking with CyberChef:

This looks like a base64 strings, so add the "From Base64" recipe

72%65%74%6f%43%54%46%7b%74%61%73%74%79%6d%65%61%6c%7d

This looks like hex, so add the "From Hex" recipe

Flag

retoCTF{tastymeal}

🌴
https://gchq.github.io/CyberChef/
Thanks for the meal