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 /
fast-glob /
out /
types /
[ HOME SHELL ]
Name
Size
Permission
Action
index.d.ts
1.18
KB
-rw-r--r--
index.js
77
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
/// <reference types="node" /> import * as fsWalk from '@nodelib/fs.walk'; export declare type ErrnoException = NodeJS.ErrnoException; export declare type Entry = fsWalk.Entry; export declare type EntryItem = string | Entry; export declare type Pattern = string; export declare type PatternRe = RegExp; export declare type PatternsGroup = Record<string, Pattern[]>; export declare type ReaderOptions = fsWalk.Options & { transform(entry: Entry): EntryItem; deepFilter: DeepFilterFunction; entryFilter: EntryFilterFunction; errorFilter: ErrorFilterFunction; fs: FileSystemAdapter; stats: boolean; }; export declare type ErrorFilterFunction = fsWalk.ErrorFilterFunction; export declare type EntryFilterFunction = fsWalk.EntryFilterFunction; export declare type DeepFilterFunction = fsWalk.DeepFilterFunction; export declare type EntryTransformerFunction = (entry: Entry) => EntryItem; export declare type MicromatchOptions = { dot?: boolean; matchBase?: boolean; nobrace?: boolean; nocase?: boolean; noext?: boolean; noglobstar?: boolean; posix?: boolean; strictSlashes?: boolean; }; export declare type FileSystemAdapter = fsWalk.FileSystemAdapter;
Close