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.13
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 /
@nodelib /
fs.walk /
out /
tests /
[ HOME SHELL ]
Name
Size
Permission
Action
index.d.ts
572
B
-rw-r--r--
index.d.ts.map
651
B
-rw-r--r--
index.js
1.29
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TestSyncReader = exports.TestAsyncReader = exports.EPERM_ERRNO = exports.buildFakeDirectoryEntry = exports.buildFakeFileEntry = void 0; const sinon = require("sinon"); const fs_macchiato_1 = require("../../../fs.macchiato"); function buildFakeFileEntry(entry) { return Object.assign({ name: 'fake.txt', path: 'directory/fake.txt', dirent: new fs_macchiato_1.Dirent({ name: 'fake.txt' }) }, entry); } exports.buildFakeFileEntry = buildFakeFileEntry; function buildFakeDirectoryEntry(entry) { return Object.assign({ name: 'fake', path: 'directory/fake', dirent: new fs_macchiato_1.Dirent({ name: 'fake', isFile: false, isDirectory: true }) }, entry); } exports.buildFakeDirectoryEntry = buildFakeDirectoryEntry; exports.EPERM_ERRNO = { name: 'EPERM', code: 'EPERM', message: 'EPERM' }; class TestAsyncReader { constructor() { this.read = sinon.stub(); this.destroy = sinon.stub(); this.onError = sinon.stub(); this.onEntry = sinon.stub(); this.onEnd = sinon.stub(); } } exports.TestAsyncReader = TestAsyncReader; class TestSyncReader { constructor() { this.read = sinon.stub(); } } exports.TestSyncReader = TestSyncReader;
Close