Brooklyn Nine Nine
Last updated
Last updated
First thing that I do when I make a machine I scan for open ports. I do this with nmap
and rustscan
.
rustscan
nmap
Look for default page on website. In source code I found an interesting commentary.
So let’s download the image and use some stegano tools.
When I see the 80 port open I usually scan for files and directories, but I didn’t find anything. So let’s connect to FTP server with anonymous default user.
Jake has a weak password so let’s brute force ssh login.
Now I have 2 users and for each of them one password to connect with ssh.
Connect with ssh and see the user flag in holt home directory.
Search on to see how to exploit this vulnerability.