Box Name: Res IP: 10.10.104.100 Reconnaissance First and most, scan the IP completely. nmap -A -p- -Pn -oN nmapFULL 10.10.104.100 -A: Enable OS detection, version detection, script scanning, and traceroute -Pn : Treat all hosts as online — skip host discovery -p- : Scan all ports(65,535) -oN : Output scan in…