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.135.246.88
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 /
is-windows /
Delete
Unzip
Name
Size
Permission
Date
Action
LICENSE
1.06
KB
-rw-r--r--
2018-02-14 06:52
README.md
4.53
KB
-rw-r--r--
2018-02-14 07:22
index.js
824
B
-rw-r--r--
2018-02-14 07:28
package.json
2.33
KB
-rw-r--r--
2021-02-04 21:24
Save
Rename
/*! * is-windows <https://github.com/jonschlinkert/is-windows> * * Copyright © 2015-2018, Jon Schlinkert. * Released under the MIT License. */ (function(factory) { if (exports && typeof exports === 'object' && typeof module !== 'undefined') { module.exports = factory(); } else if (typeof define === 'function' && define.amd) { define([], factory); } else if (typeof window !== 'undefined') { window.isWindows = factory(); } else if (typeof global !== 'undefined') { global.isWindows = factory(); } else if (typeof self !== 'undefined') { self.isWindows = factory(); } else { this.isWindows = factory(); } })(function() { 'use strict'; return function isWindows() { return process && (process.platform === 'win32' || /^(msys|cygwin)$/.test(process.env.OSTYPE)); }; });