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 /
long /
[ HOME SHELL ]
Name
Size
Permission
Action
umd
[ DIR ]
drwxrwxr-x
LICENSE
11.09
KB
-rw-rw-r--
README.md
10.66
KB
-rw-rw-r--
index.d.ts
9.75
KB
-rw-rw-r--
index.js
40.45
KB
-rw-rw-r--
package.json
1.01
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "long", "version": "5.2.3", "author": "Daniel Wirtz <dcode@dcode.io>", "description": "A Long class for representing a 64-bit two's-complement integer value.", "repository": { "type": "git", "url": "https://github.com/dcodeIO/long.js.git" }, "bugs": { "url": "https://github.com/dcodeIO/long.js/issues" }, "keywords": [ "math", "long", "int64" ], "license": "Apache-2.0", "type": "module", "main": "umd/index.js", "types": "umd/index.d.ts", "exports": { ".": { "import": { "types": "./index.d.ts", "default": "./index.js" }, "require": { "types": "./umd/index.d.ts", "default": "./umd/index.js" } } }, "scripts": { "build": "esm2umd Long index.js > umd/index.js", "test": "node tests" }, "files": [ "index.js", "index.d.ts", "umd/index.js", "umd/index.d.ts", "umd/package.json", "LICENSE", "README.md" ], "devDependencies": { "esm2umd": "^0.2.1" } }
Close