Thamizhiniyan C S
HomeWriteupsResourcesCheatsheets
CTF
CTF
  • CTF Writeups
  • 2023
    • Snyk: Fetch The Flag CTF
      • Welcome / Rules
      • Technical / support flag
      • Beep 64
      • Nine-One-Sixteen
  • 2024
    • Pearl CTF
      • Forensics
        • pcap-busterz-1
        • hungry-cat
        • Excel Mayhem
        • Wifi Broken
        • the-3-fragmenteers
        • got-you
      • Crypto
        • Rick Roll
        • 3 spies
    • Cyber Apocalypse 2024: Hacker Royale
      • Blockchain
        • Russian Roulette
        • Recovery
      • Hardware
    • Pico CTF
      • Web Exploitation
        • Bookmarklet
        • WebDecode
        • IntroToBurp
        • Unminify
        • No Sql Injection
        • Trickster
        • elements
      • Cryptography
        • interencdec
        • Custom encryption
      • Reverse Engineering
        • Packer
        • FastCheck
      • Forensics
        • Scan Surprise
        • Verify
        • CanYouSee
        • Secret of the Polyglot
        • Mob psycho
      • General Skills
        • Super SSH
        • Commitment Issues
        • Time Machine
        • Blame Game
        • Collaborative Development
        • binhexa
        • Binary Search
        • endianness
        • dont-you-love-banners
        • SansAplha
      • Binary Exploitation
        • format string 0
        • heap 0
        • format string 1
    • HackCTF
      • Steganography
        • StegoPalooza
      • Forensics
        • Dumped
        • List3n!
    • H7CTF International
      • Reverse
        • Bitwise Mystery
        • Eich
        • Scrambled Pathways
      • Web
        • No Paste
        • NewsLeaks
      • Forensics
        • Ghost IP
      • Misc
        • Unfair
        • Had Lunch?
Powered by GitBook
On this page
  • Challenge Description
  • Solution

Was this helpful?

  1. 2024
  2. Pico CTF
  3. General Skills

Commitment Issues

Challenge Description

I accidentally wrote the flag down. Good thing I deleted it!

You download the challenge files here:

  • challenge.zip


Solution

Download the file and extract it. You can find a .git file in the current directory.

I checked git log for previous commits and found two commits. On reverting to the first commit, got the flag.

Flag: picoCTF{s@n1t1z3_cf09a485}

PreviousSuper SSHNextTime Machine

Last updated 1 year ago

Was this helpful?