Use Wireshark to capture packets from the enp2s0 interface.
Use the following Wireshark filters to isolate and examine specific types of packets:net 192.168.0.0host 192.168.0.34tcp contains password
Answer the questions.
Steps:
1. Open Wireshark and select the enp2s0 and select blue fin to begin capture.
2. Apply the net 192.168.0.0 filter
- type net 192.168.0.0
- look at source and destination addresses
3. Apply host 192.168.0.34 filter
- Type host 192.168.0.34
- look at source/destination
4. Apply tcp contains password filter
- type tcp contains password
- select the red box to stop capture
- locate the password
Questions:
What is the effect of the net 192.168.0.0 filter in Wireshark?
Packets with either a source or destination address on the 192.168.0.0 network are displayed.
What is the effect of the host 192.168.0.34 filter in Wireshark?
Packets with 192.168.0.34 in either the source or destination address are displayed.
What is the captured password?