LittleDemon WebShell


Linux hosting5.siteguarding.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
Path : /lib/python2.7/site-packages/clcommon/
File Upload :
Command :
Current File : //lib/python2.7/site-packages/clcommon/clsec.py

import os

class ClSec:
    class NoRootException(Exception):
        def __init__(self):
             Exception.__init__(self,'You need to be root to perform this command.')

    def is_root():
        if (os.geteuid() != 0):
            return False
        return True
    is_root = staticmethod(is_root)

    def check_root():
        if not (ClSec.is_root()):
            raise ClSec.NoRootException()
    check_root = staticmethod(check_root)


LittleDemon - FACEBOOK
[ KELUAR ]