Summary
The command uses the ObjectiveC bridge to spawn that process with those arguments on the computer and get your output back. It is not interactive and does not go through a shell, so be sure to specify the full path to the binary you want to run.- Needs Admin: False
- Version: 1
- Author: @its_a_feature_
Arguments
args
- Description: Arguments to pass to the binary
- Required Value: True
- Default Value: None
path
- Description: Full path to binary to execute
- Required Value: True
- Default Value: None
Usage
MITRE ATT&CK Mapping
- T1106