Zookeeper


Nmap discovered a Zookeeper server on the target port 2181 The running service is Zookeeper 3.4.6-1569965 (Built on 02/20/2014)

Apache ZooKeeper is an open-source server for highly reliable distributed coordination of cloud applications, It is a project of the Apache Software Foundation. ZooKeeper is essentially a service for distributed systems offering a hierarchical key-value store, which is used to provide a distributed configuration service, synchronization service, and naming registry for large distributed systems (see Use cases). ZooKeeper was a sub-project of Hadoop but is now a top-level Apache project in its own right.

┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/pelican]
└─$ telnet $IP 2181                               
Trying 192.168.132.98...
Connected to 192.168.132.98.
Escape character is '^]'.
HELP
Connection closed by foreign host.
 
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/pelican]
└─$ telnet $IP 2181
Trying 192.168.132.98...
Connected to 192.168.132.98.
Escape character is '^]'.
 
id
Connection closed by foreign host.

Unable to interact manually There appears to be a dedicated bash script, but I found Exhibitor instance for the zookeeper