#pentesting
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,...
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...