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.
我正在对服务器服务进行逆向工程,我嗅探了客户端和服务器之间的流量,这里是十六进制格式的数据包:
00000016444f3939393930303030313030315c4a303039333331
它是一个 TCP 服务器(没有身份验证和 ssl)我想使用通用客户端(如 nc netcat)调用它,但我找不到正确发送我嗅到的数据的方法。
有什么建议或要点可以更深入地研究吗?
将数据以二进制格式保存到文件中,然后执行
$ cat YOUR_FILE | nc SERVER_IP SERVER_PORT