Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试模拟此处提到的“跨越多个 TCP 段的 HTTP 标头”- http://wiki.wireshark.org/HTTP_Preferences。使用netcat如何做到这一点?你有什么例子可以让我开始吗?
Netcat 并不是真正适合这项工作的工具,但是使标头跨段的一种简单方法就是使它们足够长。最终,它们将不适合单个细分市场。
数据包大小可能是 1500 个八位字节(普通以太网)或超过 9000 个八位字节(带有巨型帧的以太网)。您将需要一些实际的网络,通常会优化使用 localhost 的数据包处理。
(对于合适的工具,您可能想询问 Severfault 或 Security.SE,因为它们通常用于防火墙测试)