How to upload a file to Windows through a netcat session?

1

I have a netcat session and I want to upload a binary to the target Windows machine. How can I do so? Is there a native wget in Windows?

lisa17

Posted 2011-05-18T15:23:47.363

Reputation: 1 019

Answers

0

If by “native” you meant built-in, then no, but if you meant a port that runs without emulation like Cygwin, then yes:

The binaries and source for both are available on SourceForge.

Synetech

Posted 2011-05-18T15:23:47.363

Reputation: 63 242