Couch
Date: 01, July, 2021
Author: Dhilip Sanjay S
Click Here to go to the TryHackMe room.
Enumeration
Nmap
How many ports are open?
Answer: 2
What's is the database management system installed on the server?
Answer: CouchDB
What port is the database management system running on?
Answer: 5984
What's is the version of management system installed on the server?
Answer: 1.6.1
Administration tool
What is path for the web administration tool for this database management system?
Answer: _utils
What is path for list all databases in the web browser of the database management system?
Answer: _all_dbs
What is the credentials founed in the web administration tool?
The credentials can be found inside
secret
collection.
User.txt
Login into SSH using the credentials found:
Privilege Escalation
Do manual enumeration - check the following for Privilege Escalation:
Sudo Permissions
SUID binaries
Cron Jobs
Backup files
History files
Config files
Running Processes (
ps aux
)
By checking the bash history file:
Run docker in privileged mode, to get root access:
Root.txt
Last updated