LICENSE.md
MANIFEST.in
NOTICE
README.md
main.py
pyproject.toml
setup.py
conf/config.yaml
conf/private_key.pem
conf/public_key.pem
src/__init__.py
src/version.py
src/collectors/__init__.py
src/collectors/hidden.py
src/collectors/integrity.py
src/collectors/manager.py
src/collectors/memory_forensics.py
src/collectors/persistence.py
src/collectors/process_tree.py
src/collectors/system_inventory.py
src/controllers/__init__.py
src/controllers/daemon_controller.py
src/controllers/live_controller.py
src/controllers/server_controller.py
src/controllers/snapshot_controller.py
src/controllers/web_controller.py
src/core/__init__.py
src/core/attack.py
src/core/capabilities.py
src/core/clock.py
src/core/commands.py
src/core/correlation.py
src/core/crypto.py
src/core/custody.py
src/core/database.py
src/core/detection_check.py
src/core/engine.py
src/core/events.py
src/core/executed.py
src/core/findings.py
src/core/ingest.py
src/core/notify.py
src/core/outbox.py
src/core/retention.py
src/core/risk.py
src/core/snapshot_diff.py
src/core/tls.py
src/exporters/__init__.py
src/exporters/html_report.py
src/exporters/web_assets.py
src/probes/__init__.py
src/probes/base_trace.c
src/probes/loader.py
src/storage/__init__.py
src/storage/db_handler.py
src/storage/interface.py
src/storage/sqlite_provider.py
src/utils/__init__.py
src/utils/config_loader.py
sys_inspector.egg-info/PKG-INFO
sys_inspector.egg-info/SOURCES.txt
sys_inspector.egg-info/dependency_links.txt
sys_inspector.egg-info/entry_points.txt
sys_inspector.egg-info/requires.txt
sys_inspector.egg-info/top_level.txt
systemd/sys-inspector.service
tests/test_agent_key_safety.py
tests/test_attack_and_pivot.py
tests/test_attack_catalogue.py
tests/test_behavior_timeline.py
tests/test_capabilities.py
tests/test_capture_window.py
tests/test_chaos_ready_wait.py
tests/test_clock_offset.py
tests/test_command_delivery.py
tests/test_command_idempotency.py
tests/test_command_log.py
tests/test_commands.py
tests/test_compression.py
tests/test_confidence_custody.py
tests/test_config_loader.py
tests/test_config_reload.py
tests/test_cross_screen_links.py
tests/test_crypto.py
tests/test_custody.py
tests/test_database.py
tests/test_datetime_and_pivot.py
tests/test_detection_check.py
tests/test_engine_lifecycle.py
tests/test_events_correlation.py
tests/test_exe_provenance.py
tests/test_field_states.py
tests/test_findings.py
tests/test_findings_enrichment.py
tests/test_findings_panel.py
tests/test_fleet.py
tests/test_hidden.py
tests/test_host_names.py
tests/test_html_escaping.py
tests/test_html_injection_anchor.py
tests/test_immutable_files.py
tests/test_immutable_finding.py
tests/test_ingest.py
tests/test_integrity.py
tests/test_inventory_and_metrics.py
tests/test_manager_columns.py
tests/test_manager_command_stepper.py
tests/test_memory_forensics.py
tests/test_next_checkin.py
tests/test_notify.py
tests/test_outbox.py
tests/test_packaging.py
tests/test_persistence.py
tests/test_process_tree.py
tests/test_queue_panel.py
tests/test_report_structure.py
tests/test_retention.py
tests/test_risk.py
tests/test_server_dashboard.py
tests/test_server_tls.py
tests/test_severity.py
tests/test_signal_contract.py
tests/test_snapshot_diff.py
tests/test_tab_coupling.py
tests/test_timezone_display.py
tests/test_tree_reset.py
tests/test_unsafe_path_evasion.py
tests/test_version_single_source.py
tests/test_web_security.py
tools/agent_chaos.sh
tools/cert_eval.py
tools/certify_chaos.py
tools/chaos_maker.sh
tools/gen_password.py
tools/generate_keys.py
tools/install_deps.sh
tools/install_service.bash
tools/setup_env.sh
tools/__pycache__/cert_eval.cpython-314.pyc
tools/__pycache__/gen_password.cpython-314.pyc
tools/__pycache__/generate_keys.cpython-314.pyc