Ech0 - 00 / 00 / 00

Player Writeup

Introduction :



Player is a hard linux box released back in July 2019.

Part 1 : Initial Enumeration



As always we begin our Enumeration using Nmap to enumerate opened ports.
We will be using the flags -sT for tcp ports and -sU to for udp ports.


  [ 10.10.14.40/23 ] [ /dev/pts/12 ] [~]
→ sudo nmap -vvv -sTU -p- 10.10.10.1 --max-retries 0 -Pn --min-rate=500 | grep Discovered

Once we know which ports are opened, we enumerate the ones we want with -p, using the flags -sC for default scripts, and -sV to enumerate versions.


  [ 10.10.14.40/23 ] [ /dev/pts/12 ] [~]
→ sudo nmap -sCV -p1,2 10.10.10.1

Part 2 : Getting User Access



the text goes here






Part 3 : Getting Root Access



the text goes here






Conclusion



Here we can see the progress graph :

My Bunker

Some Address 67120,
Duttlenheim, France.

About Ech0

This cute theme was created to showcase your work in a simple way. Use it wisely.