date: “2017-01-17”
draft: false
title: “ncat”
tag: [“cli”, “commands”]
category: “unix”
Summary - ncat
| OS |
Default Available |
Online Man |
| Linux |
N (installs with nmap) |
|
| Solaris |
N |
|
| BSD |
N |
|
| MacOS |
N |
|
| Basics |
Command |
| Usage info |
ncat -h |
| Man |
man ncat or man ncat |
Usage - ncat
Improved networking swiss army knife
ncat project page
Examples
Remote shells
| Description |
WinHost |
NixHost |
| Bind to windows shell |
ncat -nlvp 4445 -e cmd.exe --allow <NixHostIP> -ssl |
ncat <WinHostIP> 4445 --ssl |
Referencate Materials - ncat
See Also
- [ncat](({{< relref “windows/commands/ncat.md” >}}) - windows version of ncat