#hackthebox
Read more stories on Hashnode
Articles with this tag
Hello people, First writeup for an Insane box! Learned tons from this machine! So many strong basic enumeration techniques that are crucial to...
Create a new directory —> mkdir Hawk Then run a Nmap scan to look for open ports —> sudo nmap -p- -Pn -sCV 10.10.10.102 -oN nmap.txt We can see that...
Make a new directory —> mkdir Curling Next do a Nmap scan to look for open ports —> nmap -sVC 10.10.10.150 Seems like there are only 2 ports open,...
As always create a new directory to be working on a new machine —> mkdir Busqueda Then let's use nmap like always to scan for open ports —> nmap -sVC...
Let's make a directory first to work on the box —> mkdir valentine And then run a Nmap scan —> nmap -sVC 10.10.10.79 We see there are 3 TCP ports...
“The security team was alerted to suspicious network activity from a production web server. Can you determine if any data was stolen and what it...