til/Applications/ncat.md

18 lines
233 B
Markdown
Raw Normal View History

2020-05-08 18:38:55 +00:00
# Ncat
Read [Ncat](https://nmap.org/ncat/).
It is included in [nmap](https://www.archlinux.org/packages/extra/x86_64/nmap/).
Check connection to host port:
```sh
ncat -zv host post
```
Example:
```sh
ncat -zv google.com 80
```