Lets start with scanning the network to get the IP of the machine using “netdiscover”. ┌─[✗]─[root@NITRO]─[~]
└──╼ #netdiscover -i vboxnet1 As the machine got the IP that is 192.168.57.3, using the IP I started port scanning using “nmap”. ┌─[✗]─[root@NITRO]─[~]
└──╼ #nmap -v -sT -A -p- 192.168.57.3
PORT…