404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.227.111.58: ~ $
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")

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
backup_backends Folder 0755
__init__.py File 135 B 0644
backup_backends_lib.py File 9.54 KB 0644
cli.py File 8.93 KB 0644
config.py File 347 B 0644
helpers.py File 7.52 KB 0644
log.py File 2.33 KB 0644
package_manager.py File 2.54 KB 0644
restore.py File 6.92 KB 0644
safe_fileops.py File 4.66 KB 0644
scan.py File 1.76 KB 0644