Commit 537dd25

bryfry <bryon.fryer@gmail.com>
2017-03-07 21:05:56
add ncat
1 parent 6270a5f
Changed files (1)
unix
commands
unix/commands/ncat.md
@@ -0,0 +1,45 @@
+---
+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
+
+### Examples
+| ncat   | description |
+|--------|-------------|
+| `ncat` |             |
+
+#### 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
+