LSBTool Version: 1.0.6 Date: 2015.05.03 Author: patrick
LSBTool is tool to solve one of stegano problems which provides 2 methods to work with image.
- Inject image in any of (1..8) bits and any of (red, green, blue) channel and index is set of channel(rgb) per pixel.
- Look for some injection in image.
-i pic: Inject picture-l pic: Look for lsb injection-b bit: (Inject | Look for) bit [8..1]-ch chl: (Inject | Look for) channel (red|green|blue) and alpha only for search-c ctn: Injection's content-o pic: Output picture name
perl lsbtool.pl -i file.png -b 1 -ch red -c InjectedText perl lsbtool.pl -l file.png -b 1 -ch red#Support
Tool can find lsb injection in follow image formats:
- PNG
- JPG
- GIF
GD.pm - perl module. https://github.com/lstein/Perl-GD
- Refactoring
- Add comments
- Implement alpha channel injection