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.
- Host: GitHub
- URL: https://github.com/4m3rr0r/debinjector
- Owner: 4m3rr0r
- License: mit
- Created: 2023-02-10T09:49:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T05:04:08.000Z (over 2 years ago)
- Last Synced: 2025-02-03T21:58:07.275Z (11 months ago)
- Topics: bash, bash-script, deb-injector, deb-package, debinjector, payload, payload-generator, payload-injector
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.