Wednesday, August 4, 2010

Monitor incoming HTTP GET requests

tshark -i eth0 -p -f "port 80 and tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x47455420 and dst net 1.2.3.4"

No comments:

Post a Comment