Injectra injects bash code into mac OSX applications.
I archived this repository, because I am not using OSX anymore.
Installation
Install git and python3:
apt/pacman/brew/... install git python3
Run the following command to download injectra:
git clone https://github.com/Taguar258/injectra ; cd injectra ; python3 injectra.py -h

Preview version 1.0. | Current verion 1.3.
Include argument
To include files, you will need to make a folder and move all the files you would like to include into this new created folder.
The argument --include
will accept the folder and include all files inside into the application.
In your injection script you will be able to call those files from your current directory.
Example
Try the following:
python3 injectra.py -i example/include_some_files/shellcode.sh -in example/include_some_files/noodle/ -o INJECTEDAPP.app -a [app_path]
injectra (this link opens in a new window) by Taguar258 (this link opens in a new window)
Injectra injects code into mac OSX applications.