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
/
usr /
share /
nodejs /
http2-wrapper /
source /
proxies /
[ HOME SHELL ]
Name
Size
Permission
Action
get-auth-headers.js
334
B
-rw-r--r--
h1-over-h2.js
2.04
KB
-rw-r--r--
h2-over-h1.js
1.16
KB
-rw-r--r--
h2-over-h2.js
849
B
-rw-r--r--
h2-over-hx.js
1023
B
-rw-r--r--
initialize.js
672
B
-rw-r--r--
unexpected-status-code-error.j...
253
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : initialize.js
'use strict'; // See https://github.com/facebook/jest/issues/2549 // eslint-disable-next-line node/prefer-global/url const {URL} = require('url'); const checkType = require('../utils/check-type.js'); module.exports = (self, proxyOptions) => { checkType('proxyOptions', proxyOptions, ['object']); checkType('proxyOptions.headers', proxyOptions.headers, ['object', 'undefined']); checkType('proxyOptions.raw', proxyOptions.raw, ['boolean', 'undefined']); checkType('proxyOptions.url', proxyOptions.url, [URL, 'string']); const url = new URL(proxyOptions.url); self.proxyOptions = { raw: true, ...proxyOptions, headers: {...proxyOptions.headers}, url }; };
Close