Changes

Remote File Copy from the Linux Command Prompt

204 bytes added, 22:23, 1 March 2018
/* Insecure File Copy */
The following lines were added (+) and removed (-):
You don't have to use port 2222, and you call the file whatever you want as long as the extensions are the same, and so on.   You don't have to use port 2222, and you call the file whatever you want as long as the extensions are the same, and so on. For multiple files you can use tar to put them all in a tarball then expand on the destination   tar zc *.* | nc -l 2222  nc 192.168.50.1 2222 | tar zx Remember that netcat simply reads data from stdin.
Bureaucrat, administrator
16,192
edits