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.188.39.197
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
node-gyp /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
Find-VS2017.cs
9.34
KB
-rw-r--r--
1985-10-26 08:15
build.js
7.24
KB
-rw-r--r--
1985-10-26 08:15
clean.js
378
B
-rw-r--r--
1985-10-26 08:15
configure.js
17.29
KB
-rw-r--r--
1985-10-26 08:15
find-node-directory.js
2.33
KB
-rw-r--r--
1985-10-26 08:15
find-vs2017.js
1.53
KB
-rw-r--r--
1985-10-26 08:15
install.js
14.78
KB
-rw-r--r--
1985-10-26 08:15
list.js
718
B
-rw-r--r--
1985-10-26 08:15
node-gyp.js
4.76
KB
-rw-r--r--
1985-10-26 08:15
process-release.js
5.99
KB
-rw-r--r--
1985-10-26 08:15
rebuild.js
308
B
-rw-r--r--
1985-10-26 08:15
remove.js
1.29
KB
-rw-r--r--
1985-10-26 08:15
Save
Rename
module.exports = exports = clean exports.usage = 'Removes any generated build files and the "out" dir' /** * Module dependencies. */ var rm = require('rimraf') var log = require('npmlog') function clean (gyp, argv, callback) { // Remove the 'build' dir var buildDir = 'build' log.verbose('clean', 'removing "%s" directory', buildDir) rm(buildDir, callback) }