Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ You can install Netcat from your package manager:
- On Ubuntu/Debian Linux: `sudo apt install netcat`.
- On Fedora Linux: `sudo dnf install nmap-ncat`.
- On macOS: `brew install netcat`.
- On Windows:
- Netcat is integrated with [NMap](https://nmap.org/download#windows)
- Download and run the latest stable release self-installer
- Ensure Nmap Core files, Register Nmap Path, Npcap and Ncat are selected from the list of options
- When prompted, accept and install Npcap

Note that the installed program might be called `nc` or `ncat`, depending on your operating system and package manager (short for netcat). The extension will try to find either of them in your system PATH.

Expand Down