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,服务器会提示输入。我已经在二进制文件中制作了我的有效负载payload,如何将其发送到服务器。我试过cat payload | nc ...了,但它不起作用。
netcat
payload
cat payload | nc ...
通过附加一个 '\n' 来表示输入结束来解决nc
nc