什么是 tcpdump 单行​​转储与给定子字符串匹配的 TCP 流?

发布于 2024-07-06 14:07:08 字数 97 浏览 7 评论 0原文

是否有一个快速 tcpdump 单行​​打印出与特定子字符串匹配的 TCP 流 - 或者,如果这并不容易,那么只打印与子字符串匹配的单个 TCP 数据包 怎么样?

Is there a quick tcpdump one-liner to print out a TCP stream that matches a particular substring -- or, if that's not easy, how about printing out just the single TCP packet that matches the substring?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

时光病人 2024-07-13 14:07:08

最好的选择是使用 ngrep 而不是 tcpdump。 Ngrep 旨在完全满足您的需求。

The best option is to use ngrep rather than tcpdump. Ngrep is designed to do exactly what you're after.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文