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.
我正在尝试使用 netcat 和 bash 编写服务器。接收异步数据包,我使用命令 netcat -lu 6791
netcat -lu 6791
如何判断数据包来自哪个主机?有没有更好的工具我应该使用然后 netcat(socat 也许?)
wireshark(GUI 工具)、tshark(基于文本的版本wireshark)和/或tcpdump(tshark与
wireshark
tshark
tcpdump
@twalberg 的建议, netcat -vv -lu -p 6791奏效了。
netcat -vv -lu -p 6791