Skip to content

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

Notifications You must be signed in to change notification settings

TheNewAttacker64/File-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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=<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)

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages