Jump to content

Environmental Description

centos (public network server) kali linux (internal network device)

Configure the firewall to open our port, this time we opened port 5555

Installation

centos series

yum install nc -ydebian unbunt series

apt-get install nc

Entertainment chat

First enable server nc -l 5555 and then we enable client nc public network ip 5555 聊天

Transfer Files

Server side (received side) nc -l 5555 recv.txt Send side nc 192.168.XXX.XXX 5555 send.txt

0 Comments

Recommended Comments

There are no comments to display.

Guest
Add a comment...