til/Applications/ncat.md

13 lines
197 B
Markdown
Raw Normal View History

2020-05-10 13:54:11 +00:00
# [Ncat](https://nmap.org/ncat/)
2020-05-08 18:38:55 +00:00
2020-05-10 13:54:11 +00:00
| Distribution | Package |
| ------------ | ------- |
| Archlinux | `nmap` |
| Ubuntu | `ncat` |
2020-05-08 18:38:55 +00:00
2020-05-10 13:54:11 +00:00
Check connectivity:
2020-05-08 18:38:55 +00:00
```sh
ncat -zv google.com 80
```