Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 136 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 136 Bytes
tcpdump -i any -A 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)' | grep "GET\|POST\|PUT\|DELETE"