Current Path: > > opt > cloudlinux > venv > lib64 > python3.11 > site-packages > ssa > internal >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
__pycache__ | Directory | - | - | |
__init__.py | File | 171 bytes | July 02 2025 14:54:48. | |
constants.py | File | 915 bytes | July 02 2025 14:54:48. | |
exceptions.py | File | 1288 bytes | July 02 2025 14:54:48. | |
mailer.py | File | 5515 bytes | July 02 2025 14:54:48. | |
tools.py | File | 2317 bytes | July 02 2025 14:54:48. | |
utils.py | File | 15906 bytes | July 02 2025 14:54:48. |
from . import staging agent_log = '/var/log/clos_ssa/agent.log' agent_sock = '/opt/alt/clos_ssa/run/ssa.sock' agent_file = '/usr/share/clos_ssa/agent.file' config_file = '/usr/share/clos_ssa/ssa.conf' storage_file = '/usr/share/clos_ssa/storage' flag_file = '/usr/share/clos_ssa/ssa_enabled' autotracing_stats_file = '/usr/share/clos_ssa/autotracer_stats.latest' manager_log = '/var/log/clos_ssa/manager.log' autotracing_log = '/var/log/clos_ssa/autotracing.log' report_path = '/usr/share/clos_ssa/reports' mail_template_location = '/usr/share/clos_ssa/mail_templates' if staging(): stat_server = '' # mute sending to ClickHouse by default for staging s_key = 'a28704900cb548d29004fca032417efe' s_postfix = '10' else: stat_server = 'stat-api.cloudlinux.com' s_key = 'f24458e2b44b4b6f88e08e9debeff6b2' s_postfix = '6' sentry_dsn = f'https://{s_key}@cl.sentry.cloudlinux.com/{s_postfix}'
SILENT KILLER Tool