Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.221.21.111
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
liftoff /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
build_config_name.js
459
B
-rw-rw-r--
2022-08-30 11:49
file_search.js
285
B
-rw-rw-r--
2022-08-30 11:49
find_config.js
820
B
-rw-rw-r--
2022-08-30 11:49
find_cwd.js
451
B
-rw-rw-r--
2022-08-30 11:49
get_node_flags.js
652
B
-rw-rw-r--
2022-08-30 11:49
parse_options.js
749
B
-rw-rw-r--
2022-08-30 11:49
register_loader.js
678
B
-rw-rw-r--
2022-08-30 11:49
silent_require.js
88
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
module.exports = function(opts) { opts = opts || {}; var configName = opts.configName; var extensions = opts.extensions; if (!configName) { throw new Error('Please specify a configName.'); } if (configName instanceof RegExp) { return [configName]; } if (!Array.isArray(extensions)) { throw new Error('Please provide an array of valid extensions.'); } return extensions.map(function(ext) { return configName + ext; }); };