Infiltration
Infiltration
Platform: HackTheBox | Category: OSINT | Difficulty: N/A | Author: D3v0o0Nu11 | Date: 2026-02-10
Description
Can you find something to help you break into the company 'Evil Corp LLC'. Recon social media sites to see if you can find any useful information.
Solution Approach
Core idea: Identify the weakness from source review or fingerprinting first. Iterate with incremental payloads instead of guessing.
Steps
-
Based on the description, let us google
Evil Corp LLC. -
We found the LinkedIn.
-
On their profile looks like there's A
base64encoding text, let us decode it. -
When i tried to submit the flag, it says the flag is incorrect.
-
At the about tab, i found their website's link, let us jump there.
-
I tried to check one of the machine, but i think it's not the right way (?)
-
So i go back the the LinkedIn page.
-
Let us check all the employees that are working on this company.
-
When i tried to check a profile with
LinkedIn memberas the username, i got this message. -
So i googled again
Evil Corp LLC. -
And got this instagram page.
-
After checked every post, every comments.
-
Finally got a post that shows the flag.
-
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.