> ## 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.

# system_info

> 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.

## 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:

```javascript theme={null}
return {"user_output":JSON.stringify(currentApp.systemInfo(), null, 2), "completed": true};
```
