Ethical Hacking Lab 1

  1. Change both machine’s network settings from “Attached to: NAT” to “Attached to: Bridged Adapter” 
  2. Next, Get the victim machine’s IP address by running the ifconfig command on the command line
  3. As you can see, the victim machine’s IP address is “192.168.1.60”
  4. Next, Run the  “tcpdump -vvn -i eth0 host 192.168.1.60 -w test.pcap” on the attacker machine
  5. After that, open any website on the victim machine
  6. After opening a few websites, stop the tcpdump command by pressing the control and c key at the same time.
  7. Next, check the results of the tcpdump by opening the .pcap file that recorded the results using wireshark     test

Leave a Reply

Your email address will not be published. Required fields are marked *