First thing first, we run a nmap scan to see which ports are open and which services are running on those ports. -sC: run default nmap scripts -sV: detect service version -p-: scan the whole range -Pn: skip the ping test and simply scan every target host provided