tcpdump#
Dump HTTP traffic in text format#
- -A:
Print each packet (minus its link level header) in ASCII. Handy for capturing web pages.
# tcpdump 'host example.com and port 80' -A
# tcpdump 'dst 127.0.0.1 and port 80' -A
评论
如果你有任何意见,请在此评论。 如果你留下了电子邮箱,我可能会通过 回复你。