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 : 52.14.238.102
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp-musonza /
node_modules /
path-type /
Delete
Unzip
Name
Size
Permission
Date
Action
node_modules
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
index.js
841
B
-rw-r--r--
2015-09-04 08:33
license
1.09
KB
-rw-r--r--
2014-04-06 15:43
package.json
1.7
KB
-rw-r--r--
2021-02-04 21:24
readme.md
728
B
-rw-r--r--
2015-09-04 08:27
Save
Rename
'use strict'; var fs = require('graceful-fs'); var Promise = require('pinkie-promise'); var pify = require('pify'); function type(fn, fn2, fp) { if (typeof fp !== 'string') { return Promise.reject(new TypeError('Expected a string')); } return pify(fs[fn], Promise)(fp).then(function (stats) { return stats[fn2](); }); } function typeSync(fn, fn2, fp) { if (typeof fp !== 'string') { throw new TypeError('Expected a string'); } return fs[fn](fp)[fn2](); } exports.file = type.bind(null, 'stat', 'isFile'); exports.dir = type.bind(null, 'stat', 'isDirectory'); exports.symlink = type.bind(null, 'lstat', 'isSymbolicLink'); exports.fileSync = typeSync.bind(null, 'statSync', 'isFile'); exports.dirSync = typeSync.bind(null, 'statSync', 'isDirectory'); exports.symlinkSync = typeSync.bind(null, 'lstatSync', 'isSymbolicLink');