Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
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--
2025-02-14 13:06
openssh-server.py
1004
B
-rw-r--r--
2025-02-14 13:06
source_apparmor.py
2.72
KB
-rw-r--r--
2023-02-14 11:49
source_grub2.py
3.79
KB
-rw-r--r--
2023-10-02 14:11
source_mariadb.py
1.91
KB
-rw-r--r--
2025-02-19 00:56
source_nginx.py
647
B
-rw-r--r--
2025-02-17 19:40
source_sudo.py
1.13
KB
-rwxr-xr-x
2023-06-27 11:45
Save
Rename
''' apport package hook for nginx packages Copyright (c) 2015, Thomas Ward <teward@ubuntu.com> ''' import apport.hookutils import os import subprocess def add_info(report, ui): if (report['Package'].split()[0] != 'nginx-common' and report['ProblemType'] == 'Package' and os.path.isdir('/run/systemd/system')): report['Journalctl_Nginx.txt'] = apport.hookutils.command_output( ['journalctl', '-xe', '--unit=nginx.service']) report['SystemctlStatusFull_Nginx.txt'] = subprocess.Popen( ['systemctl', '-l', 'status', 'nginx.service'], stdout=subprocess.PIPE).communicate()[0]