Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Madara

Madara — File Hashing Tool

Madara replicates PowerShell’s Get-FileHash functionality using Bash scripting.

Preview

preview

Install

To use the Madara script, follow these steps:

  1. Clone the repository:

    git clone https://github.com/haithamaouati/Madara.git
    
  2. Change to the Madara directory:

    cd Madara
    
  3. Change the file modes

    chmod +x madara.sh
    
  4. Run the script:

    ./madara.sh
    

Usage

Usage: ./madara.sh -Path <file> -Algorithm <algo>

Options:

-Path <file(s)> [-Algorithm ]

-LiteralPath <file> [-Algorithm ]

-InputStream [-Algorithm ]

Supported algorithms: SHA1, SHA256 (default), SHA384, SHA512, MD5

Algorithm:

  • SHA1
  • SHA256
  • SHA384
  • SHA512
  • MD5

Note

If no value is specified, or if the parameter is omitted, the default value is SHA256.

Environment

Disclaimer

Warning

We are not responsible for any misuse or damage caused by this program. use this tool at your own risk!

License

Madara is licensed under WTFPL.

Contributors

Languages