ctf-resources/htb/hacktheboo2024
2024-10-23 11:10:43 +02:00
..
assets added official hacktheboo2024 writeups 2024-10-23 11:10:43 +02:00
coding added official hacktheboo2024 writeups 2024-10-23 11:10:43 +02:00
crypto added official hacktheboo2024 writeups 2024-10-23 11:10:43 +02:00
forensics added official hacktheboo2024 writeups 2024-10-23 11:10:43 +02:00
pwn added official hacktheboo2024 writeups 2024-10-23 11:10:43 +02:00
rev added official hacktheboo2024 writeups 2024-10-23 11:10:43 +02:00
web added official hacktheboo2024 writeups 2024-10-23 11:10:43 +02:00
README.md added official hacktheboo2024 writeups 2024-10-23 11:10:43 +02:00

This git was copied from the official hackthebox github for future reference https://github.com/hackthebox/hacktheboo-2024/tree/main

HTB

Challenges

Category Name
Objective
Difficulty []
Crypto brevi moduli Factor small RSA moduli
Crypto sekur julius Decrypt twisted version of Caesar cipher
Crypto sugar free candies Solve system of 3 variables given 4 equations
Web phantom script Standard XSS
Web unholy union Union SQL Injection
Web void whispers Blind Command Injection
Forensics Forbidden Manuscript Enumerate HTTP stream and hex decode the flag
Forensics Sp00ky Theme Malicious Plasma 6 plasmoid (widget) that executes rogue commands.
Forensics The Shortcut Haunting Find the payload embedded in an lnk file and decoding it using base64.
Rev CryptOfTheUndead Reversing Encryption Algorithm
Rev Graverobber Using strace + scripting
Rev SpookyPass Standard strings challenge
Pwn El Teteo Shellcode execution
Pwn Mathematricks Integer overflow
Pwn Que onda Basic instructions
Coding addition Given two numbers, return the sum.
Coding oddly_even Given a number, print "even" if it is even and "odd" if it is odd.
Coding reversal Given a string, return the reverse of the string.