The Grinch Really Did Steal Christmas
Networking - Wireshark
Last updated
Was this helpful?
Networking - Wireshark
Last updated
Was this helpful?
Filter
Description
Example
ip.src
Show all packets that originate from the specified IP address
ip.src == 192.168.1.1
ip.dst
Show all packets that are destined to the specified IP address
ip.dst == 192.168.1.1
tcp/udp.port
Show all packets that are sent via the protocol and port specified
tcp.port == 22 / udp.port == 67
protocol.request.method
Show all packets that use a specific method of the protocol given.
http.request.method == GET / POST
10.11.3.2
http.request.method == GET
Follow
HTTP Stream
reindeer-of-the-week
Let's begin analysing "pcap2.pcap". Look at the captured FTP traffic; what password was leaked during the login process?
plaintext_password_fiasco
ssh
Analyse "pcap3.pcap" and recover Christmas!
Rubber ducky