0

On connecting to the exploit server via netcat, the server prompts for input. I have crafted my payload in the binary file payload, how can I send it to the server. I've tried cat payload | nc ... but it doesn't work.

McXD
  • 27
  • 1
  • 8

1 Answers1

0

Solved by appending a '\n' to indicate end of input to nc

McXD
  • 27
  • 1
  • 8