Cryptohorrific
XESXOR8/23/20261 min read
#mobile#htb#n/a
Cryptohorrific
Platform: HackTheBox | Category: Mobile | Difficulty: N/A | Author: D3v0o0Nu11 | Date: 2026-02-10
Description
Secure coding is the keystone of the application security!
Solution Approach
Core idea: Identify the weakness from source review or fingerprinting first. Iterate with incremental payloads instead of guessing.
Steps
-
First, unzip the
.zipfile given and jump to the extracted folder. -
After checking every files, found one file that looks like have a base64 strings encoded inside. But actually it's not.
CHALLENGE.PLIST
- Based on the file's extension, we can conclude that we given an IOS mobile application.
- Let us decompile the Mach-O 64-bit x86_64 executable file.
HOPPER
Flag
(no flag captured)
Lessons Learned
- Identify the weakness from source review or fingerprinting first.
- Iterate with incremental payloads instead of guessing.
- Reuse the same pattern in future engagements.