An open API service indexing awesome lists of open source software.

https://github.com/4m3rr0r/debinjector

DebInjector is a simple bash script that allows you to inject a bash payload into a Debian package.
https://github.com/4m3rr0r/debinjector

bash bash-script deb-injector deb-package debinjector payload payload-generator payload-injector

Last synced: 9 months ago
JSON representation

DebInjector is a simple bash script that allows you to inject a bash payload into a Debian package.

Awesome Lists containing this project

README

          

# debInjector

DebInjector is a simple bash script that allows you to inject a bash payload into a Debian package.

## Usage

sudo debinjector -d -b


### Options

-h, --help Display this help menu
-v, --version Show program's version number and exit
-d Debian package Target Debian package
-b bash script Bash script containing payload

### Example

sudo debinjector -d package.deb -b payload.sh


[Click to view the video](https://drive.google.com/file/d/VIDEO_FILE_ID/view?usp=sharing)

## Contributions

Contributions are always welcome! If you have an idea for a new feature or have found a bug, please open an issue.