AdaniKamal
  • 🇲🇾Selamat Datang
  • CVE-2024-3400 PAN-OS
    • Version Table
    • panos-check.py
  • Script4u
    • Cipher checker
      • CipherChecker.py
    • Nmap & Ciphers
      • nmap-ciphers.py
      • iplist.txt
    • Ping Bulk
      • ping.py
      • hosts.txt
    • Telnet bulk
      • telnet.py
    • purrfect-cipher-scanner
      • cipher-scanner.py
    • speech2text.py
    • SSL Scan
      • ssl-scanner.py
  • Walkthrough
    • CTF - Walkthrough
    • TryHackMe
      • Authentication Bypass
      • HOLO
      • John The Ripper
      • RES
      • ToolsRUs
      • Anonforce
      • RootMe
      • stealthcopter ctf primer1
      • c4ptur3-th3-fl4g
      • Wonderland
      • Bolt
      • CC-Pen Testing
      • CC-Stego
      • CTF collection Vol.1
      • Crack The Hash
      • Easy steganography
      • Web Fundamentals
      • Hydra
      • Lian_Yu
      • NerdHerd
      • OhSINT
      • STEGOsaurus
      • Custom Wordlist
        • Custom Wordlists
        • Custom Wordlists
      • Advent of Cyber 2020
        • Day3 - Evil Elf
        • Day 5 - Ho-Ho-Hosint
        • Day 6 - Data Elf-iltration
        • Day 12 - Elfcryption
        • Day 14 - Unknown storage
    • 3108 CTF 2024 : Kembara Tuah
  • CTF Tool
    • File Header
Powered by GitBook
On this page
  • Q1 - What is the md5 hashsum of the encrypted note1 file?
  • Q2 - Where was elf Bob told to meet Alice?
  • Q3 - Decrypt note2 and obtain the flag!
  1. Walkthrough
  2. TryHackMe
  3. Advent of Cyber 2020

Day 12 - Elfcryption

Q1 - What is the md5 hashsum of the encrypted note1 file?

md5sum note1.txt.gpg 

Q2 - Where was elf Bob told to meet Alice?

Hint for this challange: gpg key is 25daysofchristmas

gpg -d note1.txt.gpg
image

Q3 - Decrypt note2 and obtain the flag!

Hint for this challange: private password is hello

gpg -d note1.txt.gpg
image

There's our flag.

By AdaniKamal

PreviousDay 6 - Data Elf-iltrationNextDay 14 - Unknown storage

Last updated 10 months ago