Ethical Hacking: Eavesdropping
by jerdy on 5/04/2019In Kali Linux, I opened Terminal and typed ifconfig to know my ip address. My IP address is 192.168.1.9. My target is the first Ethernet interface eth0. eth0 has ip address 192.168.1.1 After knowing my ip address and my target’s ip address, I typed:
tcpdump -vvn -i eth0 host 192.168.1.1 -w test.pcap
While it is listening on eth0, I browse in Google Chrome. After I finished browsing, I typed ^C (Control C) and it stopped capturing packets. It captured 66 packets. The data that I captured is stored in test.pcap.
jerdy@binus.ac.id
There are 497 comments in this article: