9092
Nmap discovered an unknown service on the target port 9092
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/jacko]
└─$ telnet $IP 9092
Trying 192.168.236.66...
Connected to 192.168.236.66.
Escape character is '^]'.
90117FRemote connections to this server are not allowed, see -tcpAllowOthers��`4org.h2.jdbc.JdbcSQLNonTransientConnectionException: Remote connections to this server are not allowed, see -tcpAllowOthers [90117-199]
at org.h2.message.DbException.getJdbcSQLException(DbException.java:617)
at org.h2.message.DbException.getJdbcSQLException(DbException.java:427)
at org.h2.message.DbException.get(DbException.java:205)
at org.h2.message.DbException.get(DbException.java:181)
at org.h2.message.DbException.get(DbException.java:170)
at org.h2.server.TcpServerThread.run(TcpServerThread.java:90)
at java.lang.Thread.run(Unknown Source)
Connection closed by foreign host.
Connection failed as it does not allow remote connection.
Based on the error output, it would appear this is relevant to the H2 instance running in the target system.
H2 database http console is available on the target port 8082