From 339a9b5503d9a343272e0eb7f41fec1098334b8c Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Sun, 10 May 2020 20:54:11 +0700 Subject: [PATCH] ncat --- Applications/ncat.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/Applications/ncat.md b/Applications/ncat.md index 19b4a08..bdff953 100644 --- a/Applications/ncat.md +++ b/Applications/ncat.md @@ -1,16 +1,11 @@ -# Ncat +# [Ncat](https://nmap.org/ncat/) -Assume you use Archlinux. +| Distribution | Package | +| ------------ | ------- | +| Archlinux | `nmap` | +| Ubuntu | `ncat` | -It is included in [nmap](https://www.archlinux.org/packages/extra/x86_64/nmap/). - -Check connectivity to `host` with `port`: - -```sh -ncat -zv host post -``` - -Example: +Check connectivity: ```sh ncat -zv google.com 80