ansible icon indicating copy to clipboard operation
ansible copied to clipboard

Debian - Missing dependencies and netcat assumption

Open YurkoWasHere opened this issue 1 year ago • 0 comments

Ansible broken on Debian

First there are DIFFERNT verisons of netcat nc out there that have different outputs

This script is geared towards netcat-openbsd output Connection to xx.xxx.xx.xx 5432 port [tcp/postgresql] succeeded!

netcat and netcat-traditional packages output is HOST.NAME.COM [xxx.xxx.xxx.xxx] 6379 (?) open

This breaks the check for open ports

There where 2 dependencies missing that should be installed. netcat-openbsd lsof

YurkoWasHere avatar Mar 17 '23 03:03 YurkoWasHere