Summary
Call a function from within the JXA file that was imported withjsimport. This function call is appended to the end of the jsimport code and called via eval.
- Needs Admin: False
- Version: 1
- Author: @its_a_feature_
Arguments
command
- Description: The command to execute within a file loaded via jsimport
- Required Value: True
- Default Value: None
Usage
MITRE ATT&CK Mapping
- T1155
- T1064
Detailed Summary
This function is executed via an eval statement within your current agent, so be careful about what it is you’re trying to execute:jsimport and evaluated.