Use the netcat
program to listen from [host] on port [port].
- Try running
man nc
in terminal to read the manual for the netcat program - One might type
nc google.com 1234
to listen to google.com on port 1234.
Look at the writeup here.
Use the netcat
program to listen from [host] on port [port].
man nc
in terminal to read the manual for the netcat programnc google.com 1234
to listen to google.com on port 1234.Look at the writeup here.