hackingDNA

Netcat

Post Exploitationkali · parrot

Swiss army knife of networking — debug, transfer files, and simple reverse shells (lab).

Install

sudo apt install netcat-openbsd

Common commands

nc -lvnp 4444
nc target.com 80

Use only on systems you are authorized to test. Follow program scope.

Related tools