Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.specterops.io/llms.txt

Use this file to discover all available pages before exploring further.

Summary

This uses JXA to get some system information. It doesn’t send Apple Events to any other applications though, so it shouldn’t cause popups.
  • Needs Admin: False
  • Version: 1
  • Author: @its_a_feature_

Arguments

Usage

system_info

MITRE ATT&CK Mapping

  • T1082

Detailed Summary

The function reads information about the current application via JXA:
return {"user_output":JSON.stringify(currentApp.systemInfo(), null, 2), "completed": true};