
Here's another quick script made out of partial necessity. DirListHash is a simple Python script that takes a folder as input and traverses the folder and subfolders and files and creates a listing of all items with some metadata such as path, size, MAC timestamps.
It also has the options to provide hash values for all, either SHA1, MD5 or both. For output options it currently supports CSV and SQLite.
The script is currently only commandline based but if a GUI is needed later I don't think it should be difficult to provide. Compiled EXE provided alongside the code.
Download: https://github.com/stark4n6/DirListHash
Feedback is always welcomed!