Writeups
Ctrlk
  • Writeups
  • 2020 Writeups
    • Angstrom
    • bsidesBOS
    • Crypto CTF
    • Covid19 CTF
    • FWordCTF
    • Google
    • Hacktivity Con
    • Houseplant
    • HSCTF
    • NahamConCTF
    • Plaid
    • RACTF
      • Misc
      • OSINT
      • Pwn
      • Web
      • Forensics
      • Crypto
        • B007l3G CRYP70
        • Access=0000
        • B007L36 CRYP70... 4641N
        • Mysterious Masquerading Message.md
        • Really Simple Algorithm
        • Really Speedy Algorithm
        • Really Secret Algorithm
        • 0x Series
        • Really Small Algorithm
    • Redpwn CTF
    • rgbCTF
    • Sharky
    • TJCTF
    • Tokyo Westerns CTF
    • Zh3r0 CTF
  • 2021 Writeups
Powered by GitBook
On this page

Was this helpful?

  1. 2020 Writeups
  2. RACTF
  3. Crypto

Access=0000

Basic CBC bit flipping - We're given ciphertext for access=9999;+ an expiry timestamp, and have to provide an IV and ciphertext that decrypt to acesss=0000.

https://gchq.github.io/CyberChef/#recipe=From_Hex('Auto')XOR(%7B'option':'Hex','string':'0000000000003d393939390000000000'%7D,'Standard',true)XOR(%7B'option':'Hex','string':'0000000000003d303030300000000000'%7D,'Standard',true)To_Hex('None',0)&input=NjA3MDcwOTllNDlhYjdmOWU5NTY2NWRjZTg0ZDI4NmVhNTI0Yzc1N2JhYmNjN2QyMWI1YTlhYWU0OTY1NGY1ZGNjNGU0ZjZkZGY5ZTk1OTUxNThkYmQyMzYyMDhjMmU1

ractf{cbc_b17_fl1pp1n6_F7W!}

PreviousB007l3G CRYP70NextB007L36 CRYP70... 4641N

Last updated 5 years ago

Was this helpful?