First page Back Continue Last page Overview Graphics
Examining Payload
Search for strings of “skillz” or “ficken”
tcpdump -r tcpdumpfile -enx ‘icmp[0] = 0 and src host replier.com and dst host requester.com’ | tcpshow -nolink > /tmp/output
Use payload examining tool such as Snort
Notes: