[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@52.15.57.54: ~ $
#!/usr/bin/env python
# -*- mode:python; coding:utf-8; -*-
import os


def getCPName():
    # cPanel
    if os.path.isfile('/usr/local/cpanel/cpanel'):
        return "cPanel"
    # DirectAdmin
    if os.path.isfile('/usr/local/directadmin/directadmin') or \
       os.path.isfile('/usr/local/directadmin/custombuild/build'):
        return "DirectAdmin"
    # InterWorx
    if os.path.isfile('/usr/local/interworx/iworx.ini'):
        return "InterWorx"
    # ISPManager
    if os.path.isfile('/usr/local/ispmgr/bin/ispmgr'):
        return "ISPManager"
    # Plesk
    if os.path.isfile('/usr/local/psa/version'):
        return "Plesk"
    # Unknown panel / No panel
    return "Unknown"

Filemanager

Name Type Size Permission Actions
alt-php-panel-configuration.py File 7.42 KB 0755
alt-php.cfg File 211 B 0755
detectcp.py File 690 B 0755
detectcp.pyc File 740 B 0644
install_odbc File 526 B 0755
multiphp_reconfigure.py File 6.24 KB 0755