Money Flowz
XESXOR8/23/20261 min read
#osint#htb#n/a
Money Flowz
Platform: HackTheBox | Category: OSINT | Difficulty: N/A | Author: D3v0o0Nu11 | Date: 2026-02-10
Description
Frank Vitalik is a hustler, can you figure out where the money flows?
Solution Approach
Core idea: Identify the weakness from source review or fingerprinting first. Iterate with incremental payloads instead of guessing.
Steps
-
Let us googled name
Frank Vitalikon the internet. -
Got a promising result.
-
Open the link.
-
Looks like there's 2 links given.
-
Let us check the bottom one.
-
From here we got clue.
-
The
ropstenshould be refer to -> ropsten.etherscan.io -
Now paste the address we got on the website.
-
Let us check the outgoing transcation.
-
Check the first one.
-
Convert the input data to UTF-8.
-
Got the flag!
Flag
REDACTED
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.