# 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 ```