🐧
Dibble
  • Dibble
    • Summary
  • Enumeration
    • TCP
    • UDP
    • 80 - Web Services
      • Nikto
      • Dirb Extensions
      • Dirsearch
      • goBuster
      • WhatWeb
      • Robots.txt
      • FeroxBuster
    • 3000 - Web Services
      • Nikto
      • Dirb Extensions
      • Dirsearch
      • goBuster
    • Other Services
      • FTP
      • SSH
      • MongoDB
  • Exploitation
  • Priv Escalation
Powered by GitBook
On this page
  1. Enumeration
  2. Other Services

MongoDB

27017/tcp open  mongodb syn-ack ttl 63 MongoDB 4.2.9
| mongodb-databases: 
|   totalSize = 307200.0
|   ok = 1.0
|   databases
|     2
|       sizeOnDisk = 61440.0
|       empty = false
|       name = config
|     1
|       sizeOnDisk = 40960.0
|       empty = false
|       name = admin
|     0
|       sizeOnDisk = 131072.0
|       empty = false
|       name = account-app
|     3
|       sizeOnDisk = 73728.0
|       empty = false
|_      name = local
|_mongodb-info: ERROR: Script execution failed (use -d to debug)

No public exploit avaliable for this.

PreviousSSHNextExploitation

Last updated 2 years ago