Discovery
First, we need to recognize the IP that the machine is using, I use arp-scan for the job but you can use netdiscover or nmap to do the trick, with arp-scan is like this:
arp-scan -l
This puts out a list of all the machines in the network that a re sending ARP packets, the output looks like this:
The IP of the machine identified
With that, we can proceed to do some footprinting u...
Score: 0