MongoDB

PORT      STATE SERVICE VERSION
27017/tcp open  mongodb MongoDB 4.0.22
| fingerprint-strings: 
|   FourOhFourRequest, GetRequest: 
|     HTTP/1.0 200 OK
|     Connection: close
|     Content-Type: text/plain
|     Content-Length: 85
|     looks like you are trying to access MongoDB over HTTP on the native driver port.
|   mongodb: 
|     errmsg
|     command serverStatus requires authentication
|     code
|     codeName
|_    Unauthorized
| mongodb-databases: 
|   errmsg = command listDatabases requires authentication
|   code = 13
|   codeName = Unauthorized
|_  ok = 0.0
| mongodb-info: 
|   MongoDB Build info
|     bits = 64
|     versionArray
|       1 = 0
|       2 = 22
|       3 = 0
|       0 = 4
|     javascriptEngine = mozjs
|     version = 4.0.22
|     modules
|     storageEngines
|       1 = ephemeralForTest
|       2 = mmapv1
|       3 = wiredTiger
|       0 = devnull
|     allocator = tcmalloc
|     maxBsonObjectSize = 16777216
|     debug = false
|     gitVersion = 1741806fb46c161a1d42870f6e98f5100d196315
|     buildEnvironment
|       linkflags = -pthread -Wl,-z,now -rdynamic -Wl,--fatal-warnings -fstack-protector-strong -fuse-ld=gold -Wl,--build-id -Wl,--hash-style=gnu -Wl,-z,noexecstack -Wl,--warn-execstack -Wl,-z,relro
|       cxxflags = -Woverloaded-virtual -Wno-maybe-uninitialized -std=c++14
|       target_arch = x86_64
|       distarch = x86_64
|       target_os = linux
|       cxx = /opt/mongodbtoolchain/v2/bin/g++: g++ (GCC) 5.4.0
|       ccflags = -fno-omit-frame-pointer -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -Werror -O2 -Wno-unused-local-typedefs -Wno-unused-function -Wno-deprecated-declarations -Wno-unused-but-set-variable -Wno-missing-braces -fstack-protector-strong -fno-builtin-memcmp
|       distmod = ubuntu1804
|       cc = /opt/mongodbtoolchain/v2/bin/gcc: gcc (GCC) 5.4.0
|     sysInfo = deprecated
|     openssl
|       compiled = OpenSSL 1.1.1  11 Sep 2018
|       running = OpenSSL 1.1.1  11 Sep 2018
|     ok = 1.0
|   Server status
|     errmsg = command serverStatus requires authentication
|     code = 13
|     codeName = Unauthorized
|_    ok = 0.0

Version 4.0.22

Was unable to get anything out of google.

Last updated