Linux Commands
Transfer files using Netcat
This time we will transfer a file using netcat, we will see examples from machine vk9-sec to lab-kali Bind connection 1. CLIENT: First, we will create a random file echo “Vry4n has been here.” > sample.txt cat sample.txt 2. SERVER: we will open a port in the remote machine waiting Read more…