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
- Host: GitHub
- URL: https://github.com/thenewattacker64/file-finder
- Owner: TheNewAttacker64
- Created: 2023-05-11T01:16:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T01:33:59.000Z (about 3 years ago)
- Last Synced: 2025-01-01T19:42:09.763Z (over 1 year ago)
- Topics: findfiles, postexplotation
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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