This tool is made with bash script and mostly for ubuntu, also it depende on some previous installed basic tools (needs dependencies)
Here you can read more about how to use the tool, the included features, dependencies ... etc
To make the manual page work on your systeme you should follow next steps :
1- install the manual script : stegraz.1
2- chmod 644 stegraz.1
3- sudo mv stegraz.1 /usr/share/man/man1/
after that running man stegraz
or one of this commands stegraz -h, stegraz --help
will display the manual that explains what can this command do, its options, and its needed dependencies :
Screencast.from.2024-03-12.21-46-40.webm
To run the tool from anywhere on your computer you should follow next steps :
1- install the tools's script : stegraz
2- chmod 755 stegraz
3- sudo mv stegraz /usr/bin
(if you don't want to put this command in the "/usr/bin" you can put it anywhere and make sure to add that location to your $path so you can run it from anywhere).
1- make it in a package so you can install the tool from your terminal (making sure its runnable in different distros) so people wont have to manually configure the path
2- Adding some commands (foremost, steghide/stegseek .. etc)
3- Display a reference table for most known/famous magic bytes or add some unique decryption methods
My tool actually is not perfect yet it helps me, so i wanted to share it with the community maybe it helps everyone as well, so if you ever notice something i can add or i should change don't hesitate to contact me, thanks for using my tool hope you like it.