pwnlandia / mhn

Modern Honey Network
GNU Lesser General Public License v2.1
2.43k stars 630 forks source link

[ASK] what different seesion and hpfeed on mongo #775

Open HayleyHigh opened 4 years ago

HayleyHigh commented 4 years ago

db.getCollection("session").find({ "auth_attempts": { $elemMatch: {"login": "superuser" } } }, {}).count({}) in session i have data 423

db.getCollection("hpfeed").find({ "payload.credentials": { $elemMatch: {"0": "superuser" } } }, {}).count({}) and in hp feed i have data 532

why different?