Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
pako /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
index.js
865
B
-rw-r--r--
package.json
1.68
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
// Top level file is just a mixin of submodules & constants 'use strict'; const { Deflate, deflate, deflateRaw, gzip } = require('./lib/deflate'); const { Inflate, inflate, inflateRaw, ungzip } = require('./lib/inflate'); const Zstream = require('./lib/zlib/zstream'); const zlib_deflate = require('./lib/zlib/deflate'); const zlib_inflate = require('./lib/zlib/inflate'); const constants = require('./lib/zlib/constants'); module.exports.Deflate = Deflate; module.exports.deflate = deflate; module.exports.deflateRaw = deflateRaw; module.exports.gzip = gzip; module.exports.Inflate = Inflate; module.exports.inflate = inflate; module.exports.inflateRaw = inflateRaw; module.exports.ungzip = ungzip; module.exports.constants = constants; module.exports.Zstream = Zstream; module.exports.zlib_deflate = zlib_deflate; module.exports.zlib_inflate = zlib_inflate;
Close