Skip to content

Instantly share code, notes, and snippets.

@DaltonManning
DaltonManning / nc.md
Created December 3, 2024 15:16 — forked from cmbaughman/nc.md
Netcat (nc) cheatsheet

##Netcat Commands

NOTE: - If on Ubuntu, you need the REAL nc package, to get it use:

sudo apt-get -y install netcat-traditional
sudo update-alternatives --config nc
# Select the nc.traditional option