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 /
node-gyp /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
Find-VisualStudio.cs
7.75
KB
-rw-r--r--
build.js
5.38
KB
-rw-r--r--
clean.js
355
B
-rw-r--r--
configure.js
9.3
KB
-rw-r--r--
create-config-gypi.js
4.53
KB
-rw-r--r--
find-node-directory.js
2.32
KB
-rw-r--r--
find-python.js
11.85
KB
-rw-r--r--
find-visualstudio.js
13.91
KB
-rw-r--r--
install.js
11.82
KB
-rw-r--r--
list.js
641
B
-rw-r--r--
node-gyp.js
4.62
KB
-rw-r--r--
process-release.js
5.65
KB
-rw-r--r--
rebuild.js
314
B
-rw-r--r--
remove.js
1.28
KB
-rw-r--r--
util.js
1.87
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : list.js
'use strict' const fs = require('graceful-fs') const log = require('npmlog') function list (gyp, args, callback) { var devDir = gyp.devDir log.verbose('list', 'using node-gyp dir:', devDir) fs.readdir(devDir, onreaddir) function onreaddir (err, versions) { if (err && err.code !== 'ENOENT') { return callback(err) } if (Array.isArray(versions)) { versions = versions.filter(function (v) { return v !== 'current' }) } else { versions = [] } callback(null, versions) } } module.exports = list module.exports.usage = 'Prints a listing of the currently installed node development files'
Close