Josue87 / MetaFinder

Search for documents in a domain through Search Engines (Google, Bing and Baidu). The objective is to extract metadata
GNU General Public License v3.0
186 stars 32 forks source link

Command 'metafinder' not found #19

Closed wb4r closed 1 year ago

wb4r commented 1 year ago

Am sure I am missing something here.

I followed the steps, I even created a venv for python in a second attempt, and yet I am not able to make this work. Having issued both:

pip3 install -r requirements.txt
pip3 install metafinder

I get:

┌──(venv)─$ [~/apps/MetaFinder]
└─$ metafinder                         
[ empty ]                                                                                                                          
┌──(venv)─$ [~/MetaFinder/metafinder]
└─$ metafinder -d domain
Command 'metafinder' not found, did you mean:
  command 'metalfinder' from deb metalfinder
Try: sudo apt install <deb name>

Can you point me in the right direction? Thanks

Josue87 commented 1 year ago

This is a problem with your system, you have to configure it and add the folders where pip installs the apps to your PATH.