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.189.184.208
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 /
source-map-url /
Delete
Unzip
Name
Size
Permission
Date
Action
test
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
.jshintrc
749
B
-rw-r--r--
2014-08-03 11:32
LICENSE
1.05
KB
-rw-r--r--
2014-08-03 11:35
bower.json
363
B
-rw-r--r--
2015-11-12 21:03
changelog.md
1.94
KB
-rw-r--r--
2015-11-12 21:03
component.json
376
B
-rw-r--r--
2015-11-12 21:03
package.json
1.75
KB
-rw-r--r--
2021-02-04 21:24
readme.md
2.34
KB
-rw-r--r--
2015-11-12 21:03
source-map-url.js
1.17
KB
-rw-r--r--
2015-11-12 21:03
x-package.json5
1.11
KB
-rw-r--r--
2015-11-12 21:03
Save
Rename
// Copyright 2014 Simon Lydell // X11 (“MIT”) Licensed. (See LICENSE.) void (function(root, factory) { if (typeof define === "function" && define.amd) { define(factory) } else if (typeof exports === "object") { module.exports = factory() } else { root.sourceMappingURL = factory() } }(this, function() { var innerRegex = /[#@] sourceMappingURL=([^\s'"]*)/ var regex = RegExp( "(?:" + "/\\*" + "(?:\\s*\r?\n(?://)?)?" + "(?:" + innerRegex.source + ")" + "\\s*" + "\\*/" + "|" + "//(?:" + innerRegex.source + ")" + ")" + "\\s*" ) return { regex: regex, _innerRegex: innerRegex, getFrom: function(code) { var match = code.match(regex) return (match ? match[1] || match[2] || "" : null) }, existsIn: function(code) { return regex.test(code) }, removeFrom: function(code) { return code.replace(regex, "") }, insertBefore: function(code, string) { var match = code.match(regex) if (match) { return code.slice(0, match.index) + string + code.slice(match.index) } else { return code + string } } } }));