__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#
# sudo logsrv daemon configuration
#
[server]
# The host name or IP address and port to listen on with an optional TLS
# flag. If no port is specified, port 30343 will be used for plaintext
# connections and port 30344 will be used to TLS connections.
# The following forms are accepted:
# listen_address = hostname(tls)
# listen_address = hostname:port(tls)
# listen_address = IPv4_address(tls)
# listen_address = IPv4_address:port(tls)
# listen_address = [IPv6_address](tls)
# listen_address = [IPv6_address]:port(tls)
#
# The (tls) suffix should be omitted for plaintext connections.
#
# Multiple listen_address settings may be specified.
# The default is to listen on all addresses.
#listen_address = *:30343
#listen_address = *:30344(tls)
# The file containing the ID of the running sudo_logsrvd process.
#pid_file = /run/sudo/sudo_logsrvd.pid
# Where to log server warnings: none, stderr, syslog, or a path name.
#server_log = syslog
# If true, enable the SO_KEEPALIVE socket option on client connections.
# Defaults to true.
#tcp_keepalive = true
# The amount of time, in seconds, the server will wait for the client to
# respond. A value of 0 will disable the timeout. The default value is 30.
#timeout = 30
# If true, the server will validate its own certificate at startup.
# Defaults to true.
#tls_verify = true
# If true, client certificates will be validated by the server;
# clients without a valid certificate will be unable to connect.
# By default, client certs are not checked.
#tls_checkpeer = false
# Path to a certificate authority bundle file in PEM format to use
# instead of the system's default certificate authority database.
#tls_cacert = /etc/ssl/sudo/cacert.pem
# Path to the server's certificate file in PEM format.
# Required for TLS connections.
#tls_cert = /etc/ssl/sudo/certs/logsrvd_cert.pem
# Path to the server's private key file in PEM format.
# Required for TLS connections.
#tls_key = /etc/ssl/sudo/private/logsrvd_key.pem
# TLS cipher list (see "CIPHER LIST FORMAT" in the openssl-ciphers manual).
# This setting is only effective if the negotiated protocol is TLS version
# 1.2. The default cipher list is HIGH:!aNULL.
#tls_ciphers_v12 = HIGH:!aNULL
# TLS cipher list if the negotiated protocol is TLS version 1.3.
# The default cipher list is TLS_AES_256_GCM_SHA384.
#tls_ciphers_v13 = TLS_AES_256_GCM_SHA384
# Path to the Diffie-Hellman parameter file in PEM format.
# If not set, the server will use the OpenSSL defaults.
#tls_dhparams = /etc/ssl/sudo/logsrvd_dhparams.pem
[relay]
# The host name or IP address and port to send logs to in relay mode.
# The syntax is identical to listen_address with the exception of
# the wild card ('*') syntax. When this setting is enabled, logs will
# be relayed to the specified host instead of being stored locally.
# This setting is not enabled by default.
#relay_host = relayhost.dom.ain
#relay_host = relayhost.dom.ain(tls)
# The amount of time, in seconds, the server will wait for a connection
# to the relay server to complete. A value of 0 will disable the timeout.
# The default value is 30.
#connect_timeout = 30
# The directory to store messages in before they are sent to the relay.
# Messages are stored in wire format.
# The default value is /var/log/sudo_logsrvd.
#relay_dir = /var/log/sudo_logsrvd
# The number of seconds to wait after a connection error before
# making a new attempt to forward a message to a relay host.
# The default value is 30.
#retry_interval = 30
# Whether to store the log before relaying it. If true, enable store
# and forward mode. If false, the client connection is immediately
# relayed. Defaults to false.
#store_first = true
# If true, enable the SO_KEEPALIVE socket option on relay connections.
# Defaults to true.
#tcp_keepalive = true
# The amount of time, in seconds, the server will wait for the relay to
# respond. A value of 0 will disable the timeout. The default value is 30.
#timeout = 30
# If true, the server's relay certificate will be verified at startup.
# The default is to use the value in the [server] section.
#tls_verify = true
# Whether to verify the relay's certificate for TLS connections.
# The default is to use the value in the [server] section.
#tls_checkpeer = false
# Path to a certificate authority bundle file in PEM format to use
# instead of the system's default certificate authority database.
# The default is to use the value in the [server] section.
#tls_cacert = /etc/ssl/sudo/cacert.pem
# Path to the server's certificate file in PEM format.
# The default is to use the certificate in the [server] section.
#tls_cert = /etc/ssl/sudo/certs/logsrvd_cert.pem
# Path to the server's private key file in PEM format.
# The default is to use the key in the [server] section.
#tls_key = /etc/ssl/sudo/private/logsrvd_key.pem
# TLS cipher list (see "CIPHER LIST FORMAT" in the openssl-ciphers manual).
# this setting is only effective if the negotiated protocol is TLS version
# 1.2. The default is to use the value in the [server] section.
#tls_ciphers_v12 = HIGH:!aNULL
# TLS cipher list if the negotiated protocol is TLS version 1.3.
# The default is to use the value in the [server] section.
#tls_ciphers_v13 = TLS_AES_256_GCM_SHA384
# Path to the Diffie-Hellman parameter file in PEM format.
# The default is to use the value in the [server] section.
#tls_dhparams = /etc/ssl/sudo/logsrvd_dhparams.pem
[iolog]
# The top-level directory to use when constructing the path name for the
# I/O log directory. The session sequence number, if any, is stored here.
#iolog_dir = /var/log/sudo-io
# The path name, relative to iolog_dir, in which to store I/O logs.
# It is possible for iolog_file to contain directory components.
#iolog_file = %{seq}
# If set, I/O logs will be compressed using zlib. Enabling compression can
# make it harder to view the logs in real-time as the program is executing.
#iolog_compress = false
# If set, I/O log data is flushed to disk after each write instead of
# buffering it. This makes it possible to view the logs in real-time
# as the program is executing but reduces the effectiveness of compression.
#iolog_flush = true
# The group to use when creating new I/O log files and directories.
# If iolog_group is not set, the primary group-ID of the user specified
# by iolog_user is used. If neither iolog_group nor iolog_user
# are set, I/O log files and directories are created with group-ID 0.
#iolog_group = wheel
# The user to use when setting the user-ID and group-ID of new I/O
# log files and directories. If iolog_group is set, it will be used
# instead of the user's primary group-ID. By default, I/O log files
# and directories are created with user and group-ID 0.
#iolog_user = root
# The file mode to use when creating I/O log files. The file permissions
# will always include the owner read and write bits, even if they are
# not present in the specified mode. When creating I/O log directories,
# search (execute) bits are added to match the read and write bits
# specified by iolog_mode.
#iolog_mode = 0600
# If disabled, sudo_logsrvd will attempt to avoid logging plaintext
# password in the terminal input using passprompt_regex.
#log_passwords = true
# The maximum sequence number that will be substituted for the "%{seq}"
# escape in the I/O log file. While the value substituted for "%{seq}"
# is in base 36, maxseq itself should be expressed in decimal. Values
# larger than 2176782336 (which corresponds to the base 36 sequence
# number "ZZZZZZ") will be silently truncated to 2176782336.
#maxseq = 2176782336
# One or more POSIX extended regular expressions used to match
# password prompts in the terminal output when log_passwords is
# disabled. Multiple passprompt_regex settings may be specified.
#passprompt_regex = [Pp]assword[: ]*
#passprompt_regex = [Pp]assword for [a-z0-9]+: *
[eventlog]
# Where to log accept, reject, exit, and alert events.
# Accepted values are syslog, logfile, or none.
# Defaults to syslog
#log_type = syslog
# Whether to log an event when a command exits or is terminated by a signal.
# Defaults to false
#log_exit = true
# Event log format.
# Supported log formats are "sudo" and "json"
# Defaults to sudo
#log_format = sudo
[syslog]
# The maximum length of a syslog payload.
# On many systems, syslog(3) has a relatively small log buffer.
# IETF RFC 5424 states that syslog servers must support messages
# of at least 480 bytes and should support messages up to 2048 bytes.
# Messages larger than this value will be split into multiple messages.
#maxlen = 960
# The syslog facility to use for event log messages.
# The following syslog facilities are supported: authpriv (if your OS
# supports it), auth, daemon, user, local0, local1, local2, local3,
# local4, local5, local6, and local7.
#facility = authpriv
# Syslog priority to use for event log accept messages, when the command
# is allowed by the security policy. The following syslog priorities are
# supported: alert, crit, debug, emerg, err, info, notice, warning, none.
#accept_priority = notice
# Syslog priority to use for event log reject messages, when the command
# is not allowed by the security policy.
#reject_priority = alert
# Syslog priority to use for event log alert messages reported by the
# client.
#alert_priority = alert
# The syslog facility to use for server warning messages.
# Defaults to daemon.
#server_facility = daemon
[logfile]
# The path to the file-based event log.
# This path must be fully-qualified and start with a '/' character.
#path = /var/log/sudo.log
# The format string used when formatting the date and time for
# file-based event logs. Formatting is performed via strftime(3) so
# any format string supported by that function is allowed.
#time_format = %h %e %T
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ImageMagick-6 | Folder | 0755 |
|
|
| ModemManager | Folder | 0755 |
|
|
| PackageKit | Folder | 0755 |
|
|
| UPower | Folder | 0755 |
|
|
| X11 | Folder | 0755 |
|
|
| alternatives | Folder | 0755 |
|
|
| apache2 | Folder | 0755 |
|
|
| apparmor | Folder | 0755 |
|
|
| apparmor.d | Folder | 0755 |
|
|
| apport | Folder | 0755 |
|
|
| apt | Folder | 0755 |
|
|
| avahi | Folder | 0755 |
|
|
| bash_completion.d | Folder | 0755 |
|
|
| bind | Folder | 2755 |
|
|
| binfmt.d | Folder | 0755 |
|
|
| byobu | Folder | 0755 |
|
|
| ca-certificates | 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 |
|
|
| cryptsetup-initramfs | Folder | 0755 |
|
|
| dbconfig-common | Folder | 0755 |
|
|
| dbus-1 | Folder | 0755 |
|
|
| default | Folder | 0755 |
|
|
| depmod.d | Folder | 0755 |
|
|
| dhcp | Folder | 0755 |
|
|
| dpkg | Folder | 0755 |
|
|
| fail2ban | Folder | 0755 |
|
|
| fonts | Folder | 0755 |
|
|
| fwupd | Folder | 0755 |
|
|
| ghostscript | Folder | 0755 |
|
|
| gnutls | Folder | 0755 |
|
|
| groff | Folder | 0755 |
|
|
| grub.d | Folder | 0755 |
|
|
| gss | Folder | 0755 |
|
|
| init.d | Folder | 0755 |
|
|
| initramfs-tools | Folder | 0755 |
|
|
| insserv.conf.d | Folder | 0755 |
|
|
| iproute2 | Folder | 0755 |
|
|
| iptables | Folder | 0755 |
|
|
| iscsi | Folder | 0755 |
|
|
| kernel | Folder | 0755 |
|
|
| landscape | Folder | 0775 |
|
|
| ld.so.conf.d | Folder | 0755 |
|
|
| ldap | Folder | 0755 |
|
|
| letsencrypt | Folder | 0755 |
|
|
| libblockdev | Folder | 0755 |
|
|
| libibverbs.d | Folder | 0755 |
|
|
| libnl-3 | Folder | 0755 |
|
|
| libpaper.d | Folder | 0755 |
|
|
| lighttpd | Folder | 0755 |
|
|
| logcheck | Folder | 0755 |
|
|
| logrotate.d | Folder | 0755 |
|
|
| lvm | Folder | 0755 |
|
|
| mdadm | Folder | 0755 |
|
|
| modprobe.d | Folder | 0755 |
|
|
| modules-load.d | Folder | 0755 |
|
|
| monit | Folder | 0755 |
|
|
| multipath | Folder | 0700 |
|
|
| mysql | Folder | 0755 |
|
|
| needrestart | Folder | 0755 |
|
|
| netplan | Folder | 0755 |
|
|
| network | Folder | 0755 |
|
|
| networkd-dispatcher | Folder | 0755 |
|
|
| newt | Folder | 0755 |
|
|
| opt | Folder | 0755 |
|
|
| pam.d | Folder | 0755 |
|
|
| perl | Folder | 0755 |
|
|
| php | Folder | 0755 |
|
|
| phpmyadmin | Folder | 0755 |
|
|
| pki | Folder | 0755 |
|
|
| plymouth | Folder | 0755 |
|
|
| pm | Folder | 0755 |
|
|
| polkit-1 | Folder | 0755 |
|
|
| pollinate | Folder | 0755 |
|
|
| ppp | Folder | 0755 |
|
|
| profile.d | Folder | 0755 |
|
|
| python3 | Folder | 0755 |
|
|
| python3.12 | 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 |
|
|
| rsyslog.d | Folder | 0755 |
|
|
| security | Folder | 0755 |
|
|
| selinux | Folder | 0755 |
|
|
| sensors.d | Folder | 0755 |
|
|
| sgml | Folder | 0755 |
|
|
| skel | Folder | 0755 |
|
|
| sos | Folder | 0755 |
|
|
| ssh | Folder | 0755 |
|
|
| ssl | Folder | 0755 |
|
|
| sudoers.d | Folder | 0755 |
|
|
| supercat | Folder | 0755 |
|
|
| sysctl.d | Folder | 0755 |
|
|
| sysstat | Folder | 0755 |
|
|
| systemd | Folder | 0755 |
|
|
| terminfo | Folder | 0755 |
|
|
| thermald | Folder | 0755 |
|
|
| tmpfiles.d | Folder | 0755 |
|
|
| ubuntu-advantage | Folder | 0755 |
|
|
| udev | Folder | 0755 |
|
|
| udisks2 | Folder | 0755 |
|
|
| ufw | Folder | 0755 |
|
|
| update-manager | Folder | 0755 |
|
|
| update-motd.d | Folder | 0755 |
|
|
| update-notifier | Folder | 0755 |
|
|
| usb_modeswitch.d | Folder | 0755 |
|
|
| vim | Folder | 0755 |
|
|
| vmware-tools | Folder | 0755 |
|
|
| w3m | Folder | 0755 |
|
|
| webalizer | Folder | 0755 |
|
|
| xdg | Folder | 0755 |
|
|
| xml | Folder | 0755 |
|
|
| .pwd.lock | File | 0 B | 0600 |
|
| .resolv.conf.systemd-resolved.bak | File | 648 B | 0644 |
|
| .updated | File | 208 B | 0644 |
|
| adduser.conf | File | 3.36 KB | 0644 |
|
| bash.bashrc | File | 2.26 KB | 0644 |
|
| bash_completion | File | 45 B | 0644 |
|
| bindresvport.blacklist | File | 367 B | 0644 |
|
| ca-certificates.conf | File | 6.14 KB | 0644 |
|
| crontab | File | 1.65 KB | 0644 |
|
| crypttab | File | 54 B | 0644 |
|
| debconf.conf | File | 2.9 KB | 0644 |
|
| debian_version | File | 11 B | 0644 |
|
| deluser.conf | File | 1.67 KB | 0644 |
|
| dhcpcd.conf | File | 1.4 KB | 0644 |
|
| e2scrub.conf | File | 685 B | 0644 |
|
| environment | File | 106 B | 0644 |
|
| ethertypes | File | 1.81 KB | 0644 |
|
| fstab | File | 737 B | 0644 |
|
| fuse.conf | File | 694 B | 0644 |
|
| gai.conf | File | 2.52 KB | 0644 |
|
| group | File | 797 B | 0644 |
|
| group- | File | 784 B | 0644 |
|
| gshadow | File | 669 B | 0640 |
|
| gshadow- | File | 659 B | 0640 |
|
| hdparm.conf | File | 4.33 KB | 0644 |
|
| host.conf | File | 92 B | 0644 |
|
| hostname | File | 4 B | 0644 |
|
| hosts | File | 256 B | 0644 |
|
| hosts.allow | File | 411 B | 0644 |
|
| hosts.deny | File | 711 B | 0644 |
|
| inputrc | File | 1.83 KB | 0644 |
|
| issue | File | 26 B | 0644 |
|
| issue.net | File | 19 B | 0644 |
|
| ld.so.cache | File | 32.55 KB | 0644 |
|
| ld.so.conf | File | 34 B | 0644 |
|
| legal | File | 267 B | 0644 |
|
| libaudit.conf | File | 191 B | 0644 |
|
| locale.alias | File | 2.93 KB | 0644 |
|
| locale.conf | File | 17 B | 0644 |
|
| locale.gen | File | 9.34 KB | 0644 |
|
| localtime | File | 1.41 KB | 0644 |
|
| login.defs | File | 12.06 KB | 0644 |
|
| logrotate.conf | File | 586 B | 0644 |
|
| lsb-release | File | 104 B | 0644 |
|
| machine-id | File | 33 B | 0444 |
|
| magic | File | 111 B | 0644 |
|
| magic.mime | File | 111 B | 0644 |
|
| manpath.config | File | 5.11 KB | 0644 |
|
| mime.types | File | 73.35 KB | 0644 |
|
| mke2fs.conf | File | 744 B | 0644 |
|
| modules | File | 212 B | 0644 |
|
| mtab | File | 0 B | 0444 |
|
| multipath.conf | File | 41 B | 0644 |
|
| nanorc | File | 11.16 KB | 0644 |
|
| netconfig | File | 767 B | 0644 |
|
| networks | File | 91 B | 0644 |
|
| nftables.conf | File | 243 B | 0755 |
|
| nsswitch.conf | File | 526 B | 0644 |
|
| os-release | File | 400 B | 0644 |
|
| overlayroot.conf | File | 6.76 KB | 0644 |
|
| pam.conf | File | 552 B | 0644 |
|
| papersize | File | 7 B | 0644 |
|
| passwd | File | 1.85 KB | 0644 |
|
| passwd- | File | 1.83 KB | 0644 |
|
| profile | File | 582 B | 0644 |
|
| protocols | File | 3.07 KB | 0644 |
|
| resolv.conf | File | 920 B | 0644 |
|
| rmt | File | 54.71 KB | 0755 |
|
| rpc | File | 911 B | 0644 |
|
| rsyslog.conf | File | 1.18 KB | 0644 |
|
| screenrc | File | 3.58 KB | 0644 |
|
| sensors3.conf | File | 10.34 KB | 0644 |
|
| services | File | 12.51 KB | 0644 |
|
| shadow | File | 968 B | 0640 |
|
| shadow- | File | 948 B | 0640 |
|
| shells | File | 148 B | 0644 |
|
| subgid | File | 0 B | 0644 |
|
| subgid- | File | 20 B | 0644 |
|
| subuid | File | 0 B | 0644 |
|
| subuid- | File | 20 B | 0644 |
|
| sudo.conf | File | 4.24 KB | 0644 |
|
| sudo_logsrvd.conf | File | 9.57 KB | 0644 |
|
| sudoers | File | 1.76 KB | 0440 |
|
| sysctl.conf | File | 2.16 KB | 0644 |
|
| timezone | File | 18 B | 0644 |
|
| ucf.conf | File | 1.23 KB | 0644 |
|
| uolversion | File | 3 B | 0644 |
|
| usb_modeswitch.conf | File | 1.49 KB | 0644 |
|
| vconsole.conf | File | 150 B | 0644 |
|
| vtrgb | File | 158 B | 0644 |
|
| wgetrc | File | 4.83 KB | 0644 |
|
| xattr.conf | File | 681 B | 0644 |
|
| zsh_command_not_found | File | 460 B | 0644 |
|