This Windows console application will enumerate the contents of a directory and can perform various tasks with the output, including displaying in the console window, loading into a database, saving into an .xml or .json file, and can be extended into more.
FileCrawler,FileCrawler.exe,FileCrawler -h- Displays help screen
FileCrawler "Path"- Crawls the given path (file or directory)
- Options:
-h,--help: Displays help screen
- Initial Release (2015.03.01)
- v1.2 2015.03.10 Supporting crawling individual files and additional output options (quiet, verbose)
- v1.1 2015.03.02 Additional features: Container Enumeration with 7zip, Reporting Inaccessible Files and Directories
- v1.0 2015.03.01 This release is a functional parser enumerate a directory with little other functionality
Author:
- Eric Menze (@Ehryk42)
- Visual Studio (Built with Visual Studio 2013)
- NuGet (packages should restore)
- SevenZipSharp - Managed wrappers around 7z.dll for extraction
- CommandLineParser - Command Line Parsing
- Fody - .NET Assembly Weaving
- Costura.Fody - Making the .exe a standalone executable
- log4net - Centralized logging
Eric Menze