Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.144.118.236
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
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
/
opt /
alt /
alt-nodejs16 /
root /
usr /
lib /
node_modules /
npm /
node_modules.bundled /
http-proxy-agent /
dist /
[ HOME SHELL ]
Name
Size
Permission
Action
agent.d.ts
941
B
-rw-r--r--
agent.js
6.45
KB
-rw-r--r--
agent.js.map
3.69
KB
-rw-r--r--
index.d.ts
872
B
-rw-r--r--
index.js
571
B
-rw-r--r--
index.js.map
359
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : agent.d.ts
/// <reference types="node" /> import net from 'net'; import { Agent, ClientRequest, RequestOptions } from 'agent-base'; import { HttpProxyAgentOptions } from '.'; interface HttpProxyAgentClientRequest extends ClientRequest { path: string; output?: string[]; outputData?: { data: string; }[]; _header?: string | null; _implicitHeader(): void; } /** * The `HttpProxyAgent` implements an HTTP Agent subclass that connects * to the specified "HTTP proxy server" in order to proxy HTTP requests. * * @api public */ export default class HttpProxyAgent extends Agent { private secureProxy; private proxy; constructor(_opts: string | HttpProxyAgentOptions); /** * Called when the node-core HTTP client library is creating a * new HTTP request. * * @api protected */ callback(req: HttpProxyAgentClientRequest, opts: RequestOptions): Promise<net.Socket>; } export {};
Close