Use netcat to talk to another machine Power of NC! Server: nc -l -p 3000; Client: nc serverip 3000

preview_player
Показать описание
Use netcat to talk to another machine Power of NC! Server: nc -l -p 3000; Client: nc serverip 3000
- Hands on Demo between two VMs.
- set up listening port using nc
- connect to listening port from another client using nc
- talk!
Рекомендации по теме
Комментарии
Автор

Hey there, is it possible to connect more than two system at a time ? Host + Listener + listener ?

wxlf