Commandline Session $nc -l -p 4444 hello how are you ? Happy Hacking Hey $nc 127.0.0.1 4444 hello how are you ? Happy Hacking Hey Note : shell screenshot edited.
Tag Archives: swiss army knife
nc – tcp/ip swiss army knife
ABOUT nc Netcat (often abbreviated to nc) is a computer networking utility for reading from and writing to network connections using TCP or UDP. Netcat is designed to be a dependable back-end that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging …