CryptoZSH/tools/v3das/network_sniffing_tcpdump_ex...

8 lines
215 B
Plaintext
Raw Normal View History

2021-10-19 12:23:19 +00:00
tcpdump -r file.cap -vvvs 1024 -l -A host example.com | grep -i cookie
tcpdump -r file.cap -vvvs 1024 -l -A | egrep -i "host:|cookie:"
tcpdump -r file.cap -s 1024 -l -A dst domain.com
tcpdump -A # show raw data