Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.191.141.17
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
config /
packages /
Delete
Unzip
Name
Size
Permission
Date
Action
dev
[ DIR ]
drwxrwxr-x
2022-08-30 11:01
prod
[ DIR ]
drwxrwxr-x
2022-08-25 16:23
test
[ DIR ]
drwxrwxr-x
2022-08-30 11:01
cache.yaml
687
B
-rw-rw-r--
2022-08-25 14:41
debug.yaml
261
B
-rw-rw-r--
2022-08-25 14:51
doctrine.yaml
1.22
KB
-rw-rw-r--
2022-08-25 15:00
doctrine_migrations.yaml
279
B
-rw-rw-r--
2022-08-25 15:07
fos_user.yaml
698
B
-rw-rw-r--
2022-09-06 14:11
framework.yaml
953
B
-rw-rw-r--
2022-08-30 14:04
jms_serializer.yaml
453
B
-rw-rw-r--
2022-08-25 16:23
mailer.yaml
56
B
-rw-rw-r--
2022-08-30 10:53
monolog.yaml
1.91
KB
-rw-rw-r--
2022-08-25 14:50
routing.yaml
335
B
-rw-rw-r--
2022-08-25 14:41
security.yaml
2.35
KB
-rw-rw-r--
2022-09-02 10:01
sensio_framework_extra.yaml
63
B
-rw-rw-r--
2022-09-12 09:01
swiftmailer.yaml
72
B
-rw-rw-r--
2022-08-30 11:01
translation.yaml
355
B
-rw-rw-r--
2022-08-25 16:16
twig.yaml
110
B
-rw-rw-r--
2022-08-25 14:51
validator.yaml
354
B
-rw-rw-r--
2022-08-25 16:16
web_profiler.yaml
287
B
-rw-rw-r--
2022-08-25 14:51
Save
Rename
security: encoders: FOS\UserBundle\Model\UserInterface: sha512 role_hierarchy: ROLE_ADMIN: ROLE_USER ROLE_SUPER_ADMIN: ROLE_ADMIN #enable_authenticator_manager: true # https://symfony.com/doc/current/security.html#registering-the-user-hashing-passwords password_hashers: Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'sha512' # https://symfony.com/doc/current/security.html#loading-the-user-the-user-provider providers: fos_userbundle: id: fos_user.user_provider.username_email firewalls: dev: pattern: ^/(_(profiler|wdt)|css|images|js)/ security: false main: pattern: ^/ user_checker: fos_user.user_checker form_login: provider: fos_userbundle csrf_token_generator: security.csrf.token_manager logout: true anonymous: true # activate different ways to authenticate # https://symfony.com/doc/current/security.html#the-firewall # https://symfony.com/doc/current/security/impersonating_user.html # switch_user: true # 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$, role: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/register, role: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/resetting, role: IS_AUTHENTICATED_ANONYMOUSLY } - { path: ^/admin/, role: ROLE_ADMIN } # - { path: ^/admin, roles: ROLE_ADMIN } # - { path: ^/profile, roles: ROLE_USER } when@test: security: password_hashers: # By default, password hashers are resource intensive and take time. This is # important to generate secure password hashes. In tests however, secure hashes # are not important, waste resources and increase test times. The following # reduces the work factor to the lowest possible values. Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: algorithm: auto cost: 4 # Lowest possible value for bcrypt time_cost: 3 # Lowest possible value for argon memory_cost: 10 # Lowest possible value for argon