An open API service indexing awesome lists of open source software.

https://github.com/thenewattacker64/file-finder

FindFilesFast 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 on a system that you have permission to access
https://github.com/thenewattacker64/file-finder

findfiles postexplotation

Last synced: about 1 month ago
JSON representation

FindFilesFast 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 on a system that you have permission to access

Awesome Lists containing this project

README

          

# File-Finder
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

## Usage

Arguments:

- `ext=`: the file extension to search for (e.g., txt, pdf)
- `path=`: the directory to search in (e.g., C:\Windows)
- `threads=` (optional): the number of threads to use for searching (default is 1)

## Note

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