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 : 3.15.22.62
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 /
vinyl-fs /
lib /
dest /
Delete
Unzip
Name
Size
Permission
Date
Action
write-contents
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
index.js
1.09
KB
-rw-rw-r--
2022-08-30 11:49
options.js
674
B
-rw-rw-r--
2022-08-30 11:49
prepare.js
1.24
KB
-rw-rw-r--
2022-08-30 11:49
sourcemap.js
798
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
'use strict'; var through = require('through2'); var sourcemap = require('vinyl-sourcemap'); function sourcemapStream(optResolver) { function saveSourcemap(file, enc, callback) { var self = this; var srcMap = optResolver.resolve('sourcemaps', file); if (!srcMap) { return callback(null, file); } var srcMapLocation = (typeof srcMap === 'string' ? srcMap : undefined); sourcemap.write(file, srcMapLocation, onWrite); function onWrite(sourcemapErr, updatedFile, sourcemapFile) { if (sourcemapErr) { return callback(sourcemapErr); } self.push(updatedFile); if (sourcemapFile) { self.push(sourcemapFile); } callback(); } } return through.obj(saveSourcemap); } module.exports = sourcemapStream;