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