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 /
@nodelib /
fs.scandir /
out /
Delete
Unzip
Name
Size
Permission
Date
Action
adapters
[ DIR ]
drwxr-xr-x
2024-07-10 10:56
providers
[ DIR ]
drwxr-xr-x
2024-07-10 10:56
types
[ DIR ]
drwxr-xr-x
2024-07-10 10:56
utils
[ DIR ]
drwxr-xr-x
2024-07-10 10:56
constants.d.ts
118
B
-rw-r--r--
2024-03-21 05:18
constants.js
990
B
-rw-r--r--
2024-03-21 05:18
index.d.ts
855
B
-rw-r--r--
2024-03-21 05:18
index.js
1009
B
-rw-r--r--
2024-03-21 05:18
settings.d.ts
666
B
-rw-r--r--
2024-03-21 05:18
settings.js
1.05
KB
-rw-r--r--
2024-03-21 05:18
Save
Rename
import type { FileSystemAdapter, ReaddirAsynchronousMethod, ReaddirSynchronousMethod } from './adapters/fs'; import * as async from './providers/async'; import Settings, { Options } from './settings'; import type { Dirent, Entry } from './types'; declare type AsyncCallback = async.AsyncCallback; declare function scandir(path: string, callback: AsyncCallback): void; declare function scandir(path: string, optionsOrSettings: Options | Settings, callback: AsyncCallback): void; declare namespace scandir { function __promisify__(path: string, optionsOrSettings?: Options | Settings): Promise<Entry[]>; } declare function scandirSync(path: string, optionsOrSettings?: Options | Settings): Entry[]; export { scandir, scandirSync, Settings, AsyncCallback, Dirent, Entry, FileSystemAdapter, ReaddirAsynchronousMethod, ReaddirSynchronousMethod, Options };