On connecting to the take advantage of server via netcat, the server prompts for enter. I've crafted my payload inside the binary record payload, how am I able to send it to the server. I have attempted cat payload but it does not work.
2 Replies
Solved by appending a '\n' to indicate the end of input to nc
Thanks.