Friendly2

Description

Friendly2 is a beginner machine created by RiJaba1arrow-up-right

Friendly2

Walk through

Enumeration

Port Enumeration

Basic PORT enumeration with NMAP

*Note: in my case $TARGET is 192.168.1.69 *

The reported ports are

Now lets enumerate the services running on each port with

Just a basic Web page is showed

The page look like this

FUZZING

Lets see behind the scene and go to do a Fuzz with Dirbuster Just a little interesting files appear, lets see inside of tools

Again nothing interesting

The other files are just images. We can search info in the source code of the page In Firefox you can use ctr + u to take a look

In the comments we can find info, a php file

Exploitation

When we go to the path and we can see a

Post-Explotation

Get user

References

Last updated