Box Stats
Box Info | Details |
---|---|
Box Name : | Hemisphere Lynx |
Series : | Hemisphere |
Difficulty : | Easy |
Release Date : | 1 Oct 2020 |
OS : | GNU/Linux |
Maker : | d4t4s3c |
Download : | Hemisphere Lynx |
Summary
This was a really easy box, pretty basic stuff perfect to pass your time. We generate a custom wordlist with cewl and we run a brute force attack on ssh this way we get the user flag. Root is simply a base64 decoding. Let’s pwn it!
Enumeration/Reconnaissance
Let’s start as always with nmap.
1 |
|
Let’s start the enumeration with port 80, i don’t understand the language of the text but the box desc says “Brute Forze” so we can simply generate a custom wordlist with cewl
and run a brute force on SSH.
Shell as johannes
1 |
|
1 |
|
1 |
|
Shell as root
Under /Desktop
we can see a hidden creds file:
1 |
|
It contains a base64 string, let’s decode it:
1 |
|
Seems like reversed, let’s reverse it.
1 |
|
Now we can simply switch to user root:
1 |
|
Reading the flag(s)
1 |
|
Thank You
Thank you for taking the time to read my writeup. If you don’t understand something from the writeup or want to ask me something feel free to contact me through discord(0xatom#8707) or send me a message through twitter 0xatom
Until next time keep pwning hard!