main
Tran Hau 2020-05-10 20:54:11 +07:00
parent ea31caf946
commit 339a9b5503
1 changed files with 6 additions and 11 deletions

View File

@ -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