A bash script that is meant to work with Loki IOC and YARA scanner. It is meant to scan directories that you provide with user input, and present a list of files that you can get the hash values from. Once it gets the hash value, it prompts you if you want to add it to Loki's IOCs to make the process more efficient.
To use this script, follow the steps below:
git clone https://github.com/bdorr1105/get-hash-loki.git
cd get-hash-loki
chmod +x get-hash-loki.sh
Run the script sudo/root privs:
sudo ./get-hash-loki.sh
Please note: You will be prompted to append the hashes th whereever you would like, but the conecept is to be compatible with Loki Simple IOC and YARA scanner. You do not have to do this, you can simply use this just to get the file hashes
☝️ | Please note that running this script may require administrative privileges, so ensure that you have the necessary permissions before executing it. |
---|
Contributions to this project are welcome. If you find any issues or have suggestions for improvements, please feel free to create a pull request or submit an issue on the GitHub repository.
This script is licensed under the GNU License. Please review the license file for more information.