DirListHash
A simple directory listing and hashing script
Install / Use
/learn @stark4n6/DirListHashREADME
<p align="center"><img width="300" height="300" alt="Image" src="https://github.com/user-attachments/assets/eb5f7371-65e4-4cf8-b643-d3bf59b335bc" /></p>
DirListHash
A simple directory listing and hashing script. It iterates through the input path and gets the following information:
- Type (File or Folder)
- Full Path
- Name
- Size (bytes)
- SHA1 Hash (optional)
- MD5 Hash (optional)
- Creation Time
- Modification Time
- Access Time
DISCLAIMER
The script has been tested on Windows but may not have support on other OS's, feedback is greatly appreciated!
USE AT YOUR OWN RISK!
Usage
Options
- Input path
- Hashing options (sha1, md5, both or none)
- Output options (csv, sqlite, both)
- Output path
