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.
Asked
Active
Viewed 702 times
0

McXD
- 27
- 1
- 8
-
It's like: How can I "type" binaries into the terminal? – McXD Oct 30 '21 at 07:08