Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
apport /
symptoms /
[ HOME SHELL ]
Name
Size
Permission
Action
_audio_checks.py
8
KB
-rw-r--r--
_audio_data.py
9.54
KB
-rw-r--r--
_audio_mixercontrol.py
3.84
KB
-rw-r--r--
audio.py
7.94
KB
-rw-r--r--
display.py
3.42
KB
-rw-r--r--
dist-upgrade.py
214
B
-rw-r--r--
installation.py
684
B
-rw-r--r--
installer.py
684
B
-rw-r--r--
release-upgrade.py
214
B
-rw-r--r--
security.py
3.1
KB
-rw-r--r--
storage.py
5.12
KB
-rw-r--r--
ubuntu-release-upgrader.py
214
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : installation.py
# ubuntu-release-upgrader related problems # Author: Brian Murray <brian.murray@canonical.com> # (C) 2020 Canonical Ltd. # License: GPL v3 or later. import os def run(report, ui): if not os.path.exists('/var/log/installer'): return with os.scandir('/var/log/installer') as entries: for entry in entries: if entry.name.startswith('subiquity'): return 'subiquity' elif entry.name == 'telemetry': return 'ubiquity' # d-i leaves a few unique things including # lsb-release, hardware-summary, status elif entry.name == 'status': return 'debian-installer'
Close