Pixload - Image Payload Creating/injecting Tools

✨ deeznutz

✨ Master ✨
Staff member
Joined
May 15, 2017
Messages
981
Likes
760
Points
1,045
1568967421423.png


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
 
Top Bottom