DebInjector is a simple bash script that allows you to inject a bash payload into a Debian package.
sudo debinjector -d <deb_package> -b <bash_script>
-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
sudo debinjector -d package.deb -b payload.sh
Contributions are always welcome! If you have an idea for a new feature or have found a bug, please open an issue.