shell bypass 403

GrazzMean Shell

Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : boot_auth.js
var ReplSetManager = require('mongodb-topology-manager').ReplSet,
  f = require('util').format;

var rsOptions = {
  server: {
    keyFile: __dirname + '/test/functional/data/keyfile.txt',
    auth: null,
    replSet: 'rs'
  },
  client: {
    replSet: 'rs'
  }
}

// Set up the nodes
var nodes = [{
  options: {
    bind_ip: 'localhost', port: 31000,
    dbpath: f('%s/../db/31000', __dirname),
  }
}, {
  options: {
    bind_ip: 'localhost', port: 31001,
    dbpath: f('%s/../db/31001', __dirname),
  }
}, {
  options: {
    bind_ip: 'localhost', port: 31002,
    dbpath: f('%s/../db/31002', __dirname),
  }
}]

// Merge in any node start up options
for(var i = 0; i < nodes.length; i++) {
  for(var name in rsOptions.server) {
    nodes[i].options[name] = rsOptions.server[name];
  }
}

// Create a manager
var replicasetManager = new ReplSetManager('mongod', nodes, rsOptions.client);
// Purge the set
replicasetManager.purge().then(function() {
  // Start the server
  replicasetManager.start().then(function() {
    process.exit(0);
  }).catch(function(e) {
    console.log("====== ")
    console.dir(e)
    // // console.dir(e);
  });
});
© 2026 GrazzMean