• Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting

Very strange mongoDb collection socket.io

Scheduled Pinned Locked Moved General Discussion
3 Posts 2 Posters 237 Views
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • NormandoN Offline
    NormandoN Offline
    Normando
    wrote on last edited by
    #1

    Today I look in mongoDB, and found this:

    a collection named socket.io inside de nodeBB database, with only two documents:

    { 
        "_id" : ObjectId("5e82e403098ad51477bdf63e"), 
        "dummy" : true
    }
    
    { 
        "_id" : ObjectId("5e82e404098ad51477bdf63f"), 
        "event" : "socket.io", 
        "message" : {
            "uid" : "GNyySH", 
            "data" : BinData(0, "koOkdHlwZQKkZGF0YZKyZXZlbnQ6bm9k.. 84 more bytes")
        }
    }
    

    What that means? Any hacking attempt?

    1 Reply Last reply
    0
  • NormandoN Offline
    NormandoN Offline
    Normando
    wrote on last edited by
    #2

    I have found this without reply

    https://community.nodebb.org/topic/12648/is-it-safe-to-remove-socket-io-collection-from-database

    1 Reply Last reply
    0
  • barisB Offline
    barisB Offline
    <baris> NodeBB
    wrote on last edited by
    #3

    It is used by nodebb socket.io dependencies.

    1 Reply Last reply
    1

Copyright © 2023 NodeBB | Contributors
  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development