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 remote_username@10.10.10.10:/remote/directoryLast updated