File-Finder is a C++ program that searches for files with a specified extension in a directory tree using multithreading It is designed to be a post-exploitation tool for locating files
Arguments:
ext=<extension>
: the file extension to search for (e.g., txt, pdf)path=<directory>
: the directory to search in (e.g., C:\Windows)threads=<num_threads>
(optional): the number of threads to use for searching (default is 1)
This tool should only be used on systems that you have explicit permission to access. Using it for malicious purposes could have serious legal consequences