
Netcat as simple chat server.
Open a port to listen. Allow firewall access.
Connect from another machine on that port. Once connected type any message and press enter.
From kali, sent text appeared here. Now type something and send to kali.
Binding Linux shell to windows
Open port and bind Linux shell on it.
Windows can access Linux shell on that open port since shell is bind on that port via Linux machine itself.
Binding Windows shell to Linux
Open port and bind windows command shell to it.
Access Windows...