Miniko233

Results 2 issues of Miniko233

师傅,现在我又这么一个环境,A主机IP地址为172.16.65.20,A主机的80端口有一个网站,B主机能够访问到A主机80端口的网站。我理解的端口复用是,我能在A主机上使用buut监听80端口,然后在B主机使用buut去正向连接A主机的80端口建立socks,不知这样的理解是否正确。 我实际进行了操作,在A主机上执行了命令 buut -F -X -l 80,能够监听成功 ![image](https://github.com/user-attachments/assets/c2e74bfd-9769-4839-a7b6-5e11fbd41098) 但在B主机上进行正向连接时出现了报错 ![image](https://github.com/user-attachments/assets/74b0a3b7-d099-4dfb-a4d4-135c075ddebe) 想请教下我的理解和操作是否有误

I captured the packets on both the server and client using Wireshark, and the results are as follows: server: ![image](https://github.com/user-attachments/assets/03da50fa-a464-4dd0-8314-865b37a34e18) client: ![image](https://github.com/user-attachments/assets/c6b63b21-8e25-4b65-b7d2-a99e624150ea) The client sent a ping packet to the...