Injectra Injects Code into Mac OSX Applications
Injectra Injects Code into Mac OSX Applications

Injectra: Injects Code into Mac OSX Applications

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
Demo Injectra
Demo Injectra

Preview version 1.0. | Current verion 1.3.

Project status/ToDo

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 --includewill 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]