Simple CTF [EASY] Writeup - Try Hack Me
Files used in this blog are here
Port scan ๐
First we start by scanning the ports
nmap -p- -T4 --min-rate 5000 -vvv -o fullscan 10.10.226.232
-p1- means all ports
-T4 is for an aggressive scan
--min-rate 5000 is used to tell how many packages per s...
blog.jonathan.com.ar3 min read