ForFinder

ForFinder is a search tool for folder and files. You can use that when you Source Code Analysis at your project’s local files or other projects that you are download. Enter a root path and keyword to ForFinder.

Downloading and Running

For Windows:

for-finder-windows

Clone the project

  git clone https://github.com/cagrialis/forfinder.git

Open your command prompt

Run this command

  python [YOUR_LOCAL_REPO_PATH] "[ROOT_PATH]" "[SEARCH_KEYWORD]"

For Example

  python B:\ForFinder\forfinder.py "B:\Downloads\forfinderfile" "log4j"

For Linux:

for-finder-linux

Clone the project

  git clone https://github.com/cagrialis/forfinder.git

Go your local folder

  cd forfinder

Run this command

  python3 forfinder.py "[ROOT_PATH]" "[SEARCH_KEYWORD]"

For Example

  python3 forfinder.py "/home/kali/Desktop/forfinderfile" "log4j"

GitHub

View Github