Linux mail.vriendennsm.nl 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
Apache/2.4.68 (Debian)
Server IP : 217.154.75.17 & Your IP : 216.73.216.195
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
apport /
package-hooks /
Delete
Unzip
Name
Size
Permission
Date
Action
openssh-client.py
1.18
KB
-rw-r--r--
2026-05-05 10:26
openssh-server.py
1004
B
-rw-r--r--
2026-05-05 10:26
source_apparmor.py
2.72
KB
-rw-r--r--
2023-02-14 11:49
source_grub2.py
3.79
KB
-rw-r--r--
2026-03-31 19:41
source_mariadb.py
1.91
KB
-rw-r--r--
2026-06-27 11:11
source_sudo.py
1.13
KB
-rwxr-xr-x
2025-12-31 10:33
source_unattended-upgrades.py
705
B
-rw-r--r--
2022-12-31 20:59
Save
Rename
""" unattended-upgrades apport hook Collects the following log file: - /var/log/unattended-upgrades/unattended-upgrades.log Check to see if either of these conffiles has been modified: - /etc/apt/apt.conf.d/50unattended-upgrades - /etc/apt/apt.conf.d/10periodic """ from apport.hookutils import ( attach_conffiles, attach_file_if_exists) def add_info(report, ui): # always attach these files attach_conffiles(report, 'unattended-upgrades', ui=ui) attach_conffiles(report, 'update-notifier-common', ui=ui) attach_file_if_exists( report, '/var/log/unattended-upgrades/unattended-upgrades.log') attach_file_if_exists( report, '/var/log/apt/history.log')