Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.173
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
pam.d /
Delete
Unzip
Name
Size
Permission
Date
Action
chfn
384
B
-rw-r--r--
2017-05-17 13:59
chpasswd
92
B
-rw-r--r--
2017-05-17 13:59
chsh
581
B
-rw-r--r--
2017-05-17 13:59
common-account
1.18
KB
-rw-r--r--
2024-03-12 22:01
common-auth
1.19
KB
-rw-r--r--
2024-03-12 22:01
common-password
1.41
KB
-rw-r--r--
2024-03-12 22:01
common-session
1.16
KB
-rw-r--r--
2024-03-12 22:01
common-session-noninteractive
1.13
KB
-rw-r--r--
2024-03-12 22:01
cron
606
B
-rw-r--r--
2015-05-03 15:25
dovecot
81
B
-rw-r--r--
2020-08-14 18:28
login
4.83
KB
-rw-r--r--
2017-05-17 13:59
newusers
92
B
-rw-r--r--
2017-05-17 13:59
other
520
B
-rw-r--r--
2017-05-27 17:44
passwd
92
B
-rw-r--r--
2017-05-17 13:59
pure-ftpd
546
B
-rw-r--r--
2016-12-08 13:28
runuser
143
B
-rw-r--r--
2017-03-22 10:43
runuser-l
138
B
-rw-r--r--
2017-03-22 10:43
sshd
2.08
KB
-rw-r--r--
2017-11-18 10:37
su
2.2
KB
-rw-r--r--
2017-05-17 13:59
sudo
95
B
-rw-r--r--
2017-06-05 14:22
systemd-user
317
B
-rw-r--r--
2017-06-04 22:58
Save
Rename
# # /etc/pam.d/common-password - password-related modules common to all services # # This file is included from other service-specific PAM config files, # and should contain a list of modules that define the services to be # used to change user passwords. The default is pam_unix. # Explanation of pam_unix options: # # The "sha512" option enables salted SHA512 passwords. Without this option, # the default is Unix crypt. Prior releases used the option "md5". # # The "obscure" option replaces the old `OBSCURE_CHECKS_ENAB' option in # login.defs. # # See the pam_unix manpage for other options. # As of pam 1.0.1-6, this file is managed by pam-auth-update by default. # To take advantage of this, it is recommended that you configure any # local modules either before or after the default block, and use # pam-auth-update to manage selection of other modules. See # pam-auth-update(8) for details. # here are the per-package modules (the "Primary" block) password [success=1 default=ignore] pam_unix.so obscure sha512 # here's the fallback if no module succeeds password requisite pam_deny.so # prime the stack with a positive return value if there isn't one already; # this avoids us returning an error just because nothing sets a success code # since the modules above will each just jump around password required pam_permit.so # and here are more per-package modules (the "Additional" block) # end of pam-auth-update config