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.148.202.164
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 /
tweetnacl /
Delete
Unzip
Name
Size
Permission
Date
Action
.npmignore
38
B
-rw-r--r--
2016-04-15 17:47
AUTHORS.md
875
B
-rw-r--r--
2016-12-13 10:02
CHANGELOG.md
5.77
KB
-rw-r--r--
2016-12-13 10:58
LICENSE
1.18
KB
-rw-r--r--
2016-12-13 10:02
PULL_REQUEST_TEMPLATE.md
1.02
KB
-rw-r--r--
2016-12-13 10:02
README.md
12.86
KB
-rw-r--r--
2016-12-13 11:07
nacl-fast.js
60.8
KB
-rw-r--r--
2016-04-15 17:47
nacl-fast.min.js
31.86
KB
-rw-r--r--
2016-12-13 10:04
nacl.d.ts
3
KB
-rw-r--r--
2016-12-13 10:08
nacl.js
32.18
KB
-rw-r--r--
2016-04-15 17:47
nacl.min.js
18.64
KB
-rw-r--r--
2016-12-13 10:04
package.json
2.49
KB
-rw-r--r--
2021-02-04 21:24
Save
Rename
{ "_args": [ [ "tweetnacl@0.14.5", "/home/www/unp" ] ], "_development": true, "_from": "tweetnacl@0.14.5", "_id": "tweetnacl@0.14.5", "_inBundle": false, "_integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", "_location": "/tweetnacl", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "tweetnacl@0.14.5", "name": "tweetnacl", "escapedName": "tweetnacl", "rawSpec": "0.14.5", "saveSpec": null, "fetchSpec": "0.14.5" }, "_requiredBy": [ "/bcrypt-pbkdf", "/sshpk" ], "_resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "_spec": "0.14.5", "_where": "/home/www/unp", "author": { "name": "TweetNaCl-js contributors" }, "browser": { "buffer": false, "crypto": false }, "bugs": { "url": "https://github.com/dchest/tweetnacl-js/issues" }, "description": "Port of TweetNaCl cryptographic library to JavaScript", "devDependencies": { "browserify": "^13.0.0", "eslint": "^2.2.0", "faucet": "^0.0.1", "tap-browser-color": "^0.1.2", "tape": "^4.4.0", "tape-run": "^2.1.3", "tweetnacl-util": "^0.13.3", "uglify-js": "^2.6.1" }, "directories": { "test": "test" }, "homepage": "https://tweetnacl.js.org", "keywords": [ "crypto", "cryptography", "curve25519", "ed25519", "encrypt", "hash", "key", "nacl", "poly1305", "public", "salsa20", "signatures" ], "license": "Unlicense", "main": "nacl-fast.js", "name": "tweetnacl", "repository": { "type": "git", "url": "git+https://github.com/dchest/tweetnacl-js.git" }, "scripts": { "bench": "node test/benchmark/bench.js", "build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js", "build-test-browser": "browserify test/browser/init.js test/*.js | uglifyjs -c -m -o test/browser/_bundle.js 2>/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null", "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js", "test": "npm run test-node-all && npm run test-browser", "test-browser": "NACL_SRC=${NACL_SRC:='nacl.min.js'} && npm run build-test-browser && cat $NACL_SRC test/browser/_bundle.js | tape-run | faucet", "test-node": "tape test/*.js | faucet", "test-node-all": "make -C test/c && tape test/*.js test/c/*.js | faucet" }, "types": "nacl.d.ts", "version": "0.14.5" }