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

Issue with inception tool #39

Closed
Comodooo opened this issue Mar 27, 2019 · 8 comments
Closed

Issue with inception tool #39

Comodooo opened this issue Mar 27, 2019 · 8 comments
Assignees
Labels
bug Something isn't working

Comments

@Comodooo
Copy link

Hey!

After the last update I reinstalled chomp-scan and now I'm having some issues with running the inception module.

"[!] The path or the file specified by the path for inception does not exit."

The inception program is installed under ~/go/bin as it should be I assume? I have also tried blanking it out in the config file but it still generates the same error message.

If I only try to run the tool it also come back with a error message that it's trying to locate "/src/github.com/proabiral/inception/provider.json: no such file or directory", and that is ofc because it dosn't apply the ~/ to the search path......

@SolomonSklash SolomonSklash self-assigned this Mar 27, 2019
@SolomonSklash SolomonSklash added the bug Something isn't working label Mar 27, 2019
@SolomonSklash
Copy link
Owner

I'll look into this. Definitely sounds like a path problem.

@SolomonSklash
Copy link
Owner

Try pulling the latest release, 5.7. I added the providers.json file to the local wordlists directory and explicitly referenced it in the inception command. Please let me know if you still have any issues, but this should definitely fix it.

@Comodooo
Copy link
Author

Still getting the issue after pulling latest release sadly.

@SolomonSklash SolomonSklash reopened this Mar 29, 2019
@SolomonSklash
Copy link
Owner

Interesting. Can you try running inception against some domain by itself and see if you still get the issue? Also try adding the -provider flag and the path to wherever the provider.json file is located on your machine.

@SolomonSklash
Copy link
Owner

I believe I found the issue. $GOPATH was not being set. Try pulling the latest code and re-running the installer, or adding this to your ~/.profile: export GOPATH=$HOME/go
Then source ~/.profile and echo $GOPATH to make sure it is set.

@Comodooo
Copy link
Author

Now its working like a charm again :)

@Comodooo
Copy link
Author

Thanks so much for your help!

@SolomonSklash
Copy link
Owner

Glad to hear it! I appreciate your feedback and helping make Chomp Scan better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants