Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assetfinder in osx 10 #19

Open
lordpython757 opened this issue Dec 20, 2019 · 10 comments
Open

assetfinder in osx 10 #19

lordpython757 opened this issue Dec 20, 2019 · 10 comments

Comments

@lordpython757
Copy link

Hello guys im a total noob most experience i have is learning python, anyways when trying to run
assetfinder [--subs-only] it says
users-MacBook-Pro:assetfinder-master user$ assetfinder -subs-only twitter.com
-bash: assetfinder: command not found

@cybercdh
Copy link

cybercdh commented Jan 5, 2020

have you installed GO and have you added GO to your path environment variable?

@lordpython757
Copy link
Author

yes i have go. export PATH=$PATH:/assetfinder is that the command i ran it and got this sers-MacBook-Pro:~ user$ echo $PATH
/Library/Frameworks/Python.framework/Versions/3.7/bin:/Library/Frameworks/Python.framework/Versions/3.8/bin:/usr/local/bin:/usr/local/bin:/Library/Frameworks/Python.framework/Versions/3.5/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/go/bin:/usr/local/assetfinder/bin:/usr/bin/assetfinder. but it still said asserfinder is not a command

@cybercdh
Copy link

cybercdh commented Jan 6, 2020

you don't need to include assetfinder in your $PATH, it's go itself.

export PATH=$PATH:/usr/local/go/bin

Also, I include in my PATH the path to the compiled binaries:

export PATH="$PATH:/home/USERNAME/go/bin"

Perhaps also take a look at the docs:

https://golang.org/doc/install

@cybercdh
Copy link

cybercdh commented Jan 6, 2020

Also, did you run

go get -u github.com/tomnomnom/assetfinder

to install assetfinder, or did you clone the repo locally?

@dynamo214
Copy link

Hey ,Does cloning make any difference?After cloning how to use assetfinder?

@dynamo214
Copy link

Its showing Cannot download when I ran above cmd

@D33van
Copy link

D33van commented Jun 6, 2020

will this tool work for mac ??

@tobiaskohler
Copy link

will this tool work for mac ??

Hey D33van, sure, it works on MacOS. Just follow tomnomnoms instructions, install it via "go get ..." and do not forget to put it into $PATH to make execution a bit more easier.

@devcoinfet
Copy link

export PATH="$PATH:/home/USERNAME/go/bin"

your a damn genius thank u

@guchorov
Copy link

guchorov commented May 2, 2023

Can you give the command for MacOS. in detail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants