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 | : 104.23.253.146
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 /
lib /
nodejs /
typedarray-to-buffer /
[ HOME SHELL ]
Name
Size
Permission
Action
index.js
439
B
-rw-r--r--
package.json
1.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "typedarray-to-buffer", "description": "Convert a typed array to a Buffer without a copy", "version": "3.0.3", "author": { "name": "Feross Aboukhadijeh", "email": "feross@feross.org", "url": "http://feross.org/" }, "bugs": { "url": "https://github.com/feross/typedarray-to-buffer/issues" }, "dependencies": { "is-typedarray": "^1.0.0" }, "devDependencies": { "standard": "^3.8.0", "tape": "^4.0.0", "zuul": "^3.0.0" }, "homepage": "http://feross.org", "keywords": [ "buffer", "typed array", "convert", "no copy", "uint8array", "uint16array", "uint32array", "int16array", "int32array", "float32array", "float64array", "browser", "arraybuffer", "dataview" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/typedarray-to-buffer.git" }, "scripts": { "test": "standard && npm run test-node && npm run test-browser", "test-browser": "zuul -- test/*.js", "test-browser-local": "zuul --local -- test/*.js", "test-node": "tape test/*.js" }, "testling": { "files": "test/*.js" } }
Close