Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.144.95.141
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
npm /
node_modules /
make-fetch-happen /
[ HOME SHELL ]
Name
Size
Permission
Action
agent.js
4.46
KB
-rw-r--r--
cache.js
7.63
KB
-rw-r--r--
index.js
13.46
KB
-rw-r--r--
package.json
2.75
KB
-rw-r--r--
warning.js
862
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : warning.js
const url = require('url') module.exports = setWarning function setWarning (reqOrRes, code, message, replace) { // Warning = "Warning" ":" 1#warning-value // warning-value = warn-code SP warn-agent SP warn-text [SP warn-date] // warn-code = 3DIGIT // warn-agent = ( host [ ":" port ] ) | pseudonym // ; the name or pseudonym of the server adding // ; the Warning header, for use in debugging // warn-text = quoted-string // warn-date = <"> HTTP-date <"> // (https://tools.ietf.org/html/rfc2616#section-14.46) const host = url.parse(reqOrRes.url).host const jsonMessage = JSON.stringify(message) const jsonDate = JSON.stringify(new Date().toUTCString()) const header = replace ? 'set' : 'append' reqOrRes.headers[header]( 'Warning', `${code} ${host} ${jsonMessage} ${jsonDate}` ) }
Close