Madara — File Hashing Tool
Madara replicates PowerShell’s Get-FileHash functionality using Bash scripting.
To use the Madara script, follow these steps:
-
Clone the repository:
git clone https://github.com/haithamaouati/Madara.git -
Change to the Madara directory:
cd Madara -
Change the file modes
chmod +x madara.sh -
Run the script:
./madara.sh
Usage: ./madara.sh -Path <file> -Algorithm <algo>
-Path <file(s)> [-Algorithm ]
-LiteralPath <file> [-Algorithm ]
-InputStream [-Algorithm ]
Supported algorithms: SHA1, SHA256 (default), SHA384, SHA512, MD5
- SHA1
- SHA256
- SHA384
- SHA512
- MD5
Note
If no value is specified, or if the parameter is omitted, the default value is SHA256.
- Tested on Termux
Warning
We are not responsible for any misuse or damage caused by this program. use this tool at your own risk!
Madara is licensed under WTFPL.
