Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
fast-glob /
out /
utils /
Delete
Unzip
Name
Size
Permission
Date
Action
array.d.ts
145
B
-rw-r--r--
2024-03-21 05:18
array.js
608
B
-rw-r--r--
2024-03-21 05:18
errno.d.ts
118
B
-rw-r--r--
2024-03-21 05:18
errno.js
234
B
-rw-r--r--
2024-03-21 05:18
fs.d.ts
186
B
-rw-r--r--
2024-03-21 05:18
fs.js
780
B
-rw-r--r--
2024-03-21 05:18
index.d.ts
298
B
-rw-r--r--
2024-03-21 05:18
index.js
596
B
-rw-r--r--
2024-03-21 05:18
path.d.ts
368
B
-rw-r--r--
2024-03-21 05:18
path.js
1.26
KB
-rw-r--r--
2024-03-21 05:18
pattern.d.ts
2.29
KB
-rw-r--r--
2024-03-21 05:18
pattern.js
6.76
KB
-rw-r--r--
2024-03-21 05:18
stream.d.ts
172
B
-rw-r--r--
2024-03-21 05:18
stream.js
629
B
-rw-r--r--
2024-03-21 05:18
string.d.ts
124
B
-rw-r--r--
2024-03-21 05:18
string.js
298
B
-rw-r--r--
2024-03-21 05:18
Save
Rename
"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); this.path = ''; } } function createDirentFromStats(name, stats) { return new DirentFromStats(name, stats); } exports.createDirentFromStats = createDirentFromStats;