The needle

As a part of our SDLC process, we've got our firmware ready for security testing. Can you help us by performing a security assessment?

Host

159.65.24.125:32207

Looks like we need to find a password

After we have downloaded the necessary files from HackTheBox we can unzip

we have one file

Lets run strings

Looking at the top of the output we can see

  • seems like some kind of failure

Let's utilize binwalk as it is specifically designed for analyzing binary files and extracting information

Now let's move into the extracted folder

Lets search for some interesting strings

possible hash, but cant crack it

another possible hash

  • couldn't crack it

we do find something interesting

Lets follow this

when we cat this file out we can see a password

possible creds

Lets see if we can access the host via netcat

  • we are in

Last updated