Jump to content
  • Entries

    16114
  • Comments

    7952
  • Views

    86390730

Contributors to this blog

  • HireHackking 16114

About this blog

Hacking techniques include penetration testing, network security, reverse cracking, malware analysis, vulnerability exploitation, encryption cracking, social engineering, etc., used to identify and fix security flaws in systems.

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