PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
restore_infected
import os class FromFlagFile: _flags_location = "/var/restore_infected" def __init__(self, flag_name): self.flag_file = os.path.join(self._flags_location, flag_name) def __get__(self, instance, owner): return os.path.isfile(self.flag_file) class Flags: DisableFtpBackups = FromFlagFile("disable_ftp_backups")
[+]
backup_backends
[-] restore.py
[edit]
[-] backup_backends_lib.py
[edit]
[+]
__pycache__
[-] config.py
[edit]
[-] log.py
[edit]
[-] __init__.py
[edit]
[-] safe_fileops.py
[edit]
[+]
..
[-] cli.py
[edit]
[-] package_manager.py
[edit]
[-] helpers.py
[edit]
[-] scan.py
[edit]