mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-01 06:19:44 +01:00
Fix #1392
... postgres command building in ``ports2starttls()`` was missing a space. This is only used when a lookup is performed when supplying a gnmap file.
This commit is contained in:
parent
32da607acb
commit
35da8c6fdf
@ -18650,7 +18650,7 @@ ports2starttls() {
|
||||
389) echo "-t ldap ";;
|
||||
3306) echo "-t mysql " ;;
|
||||
5222) echo "-t xmpp " ;; # domain of jabber server maybe needed
|
||||
5432) echo "-t postgres" ;;
|
||||
5432) echo "-t postgres " ;;
|
||||
563) ;; # NNTPS
|
||||
636) ;; # LDAP
|
||||
1443|8443|443|981) ;; # HTTPS
|
||||
|
Loading…
Reference in New Issue
Block a user