
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
mongo-cookie-monster-2
Advanced tools
Mongo Cookie Monster is a cookie store backed by MongoDb for tough-cookie module
Mongo Cookie Monster is a cookie store backed by MongoDb for tough-cookie module
$ npm install mongo-cookie-monster
connection - connection string for mongocollection - collection of mongoqueryColumn - column of mongo var request = require('request');
var mongoConnection = {
connection: 'username:password@mongo-domain/mongo-database',
collection: 'mongo-collection',
queryColumn: 'email'
};
var CookieMonster = require('mongo-cookie-monster')(mongoConnection);
var j = new CookieMonster('nytr0gen.george@gmail.com');
request = request.defaults({ jar : request.jar(j) });
request('https://0x4139.com', function(err, response, body) {
console.log(response.headers['set-cookie']);
});
MIT
FAQs
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain