- Joined
- May 15, 2017
- Messages
- 983
- Likes
- 759
- Points
- 1,045
Set of tools for creating/injecting payload into images.
SETUP
The following Perl modules are required:
Code:
- GD
- Image::ExifTool
- String::CRC32
On Debian-based systems install these packages:
sudo apt install libgd-perl libimage-exiftool-perl libstring-crc32-perl
On OSX please refer to this workaround.
TOOLS
bmp.pl
BMP Payload Creator/Injector.
Usage
Code:
./bmp.pl [-payload 'STRING'] -output payload.bmp
If the output file exists, then the payload will be injected into the
existing file. Else the new one will be created.
Download Pixload