Assignment:
Websites I visited:
– twitter.com
– youtube.com
– techpanda.com
– poke.one
We’re assigned to create another kali linux virtual machine so that we have 2 virtual machine, so that the other one could sniff the other one and retrieve the information. We first setup our bridge on our settings before running both virtual machine.
By using the command line
“Ifconfig” on the targeted VM
By using the command line
“# tcpdump -vvn -I eth0 src <ip address> -w <filename>.pcap” on the attacking VM
By running these lines, We are getting records of the other virtual machine that is being sniffed
Ifconfig
Tcpdump command line “tcpdump -w eth0 host <ip> -w <filename>.pcap”
Some examples on getting the records
Result on pcap file which is opened by wireshark
Recent Comments