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.17.176.160
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 /
js-base64 /
test /
Delete
Unzip
Name
Size
Permission
Date
Action
dankogai.js
1.54
KB
-rw-r--r--
1985-10-26 08:15
es5.js
799
B
-rw-r--r--
1985-10-26 08:15
es6.js
774
B
-rw-r--r--
1985-10-26 08:15
index.html
1.15
KB
-rw-r--r--
1985-10-26 08:15
large.js
660
B
-rw-r--r--
1985-10-26 08:15
yoshinoya.js
671
B
-rw-r--r--
1985-10-26 08:15
Save
Rename
<html> <head> <meta charset="utf-8"> <title>Mocha Tests</title> <link href="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css" rel="stylesheet" /> </head> <body> <div id="mocha"></div> <script src="https://cdn.rawgit.com/jquery/jquery/2.1.4/dist/jquery.min.js"></script> <script src="https://cdn.rawgit.com/Automattic/expect.js/0.3.1/index.js"></script> <script src="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js"></script> <script> mocha.setup('bdd'); </script> <script src="../base64.js"></script> <script> var assert = function(expr, msg) { if (!expr) throw new Error(msg || 'failed'); }; assert.equal = function(a, b, msg) { if (a !== b) throw new Error(msg || ('failed : '+a+','+b)); }; </script> <script src="./dankogai.js"></script> <script src="./es5.js"></script> <script src="./large.js"></script> <script src="./yoshinoya.js"></script> <script> $(function() { mocha.run(); }); </script> </head> <body> $Id: index.html,v 0.3 2017/09/11 08:43:43 dankogai Exp dankogai $ <div id="mocha"></div> </body> </html>