til/Applications/ncat.md

14 lines
224 B
Markdown

# [Ncat](https://nmap.org/ncat/)
| Distribution | Package |
| ------------ | ------- |
| Arch Linux | `nmap` |
| Ubuntu | `ncat` |
| Homebrew | `nmap` |
Check connectivity:
```sh
ncat -zv google.com 80
```