six2dez / reconftw

reconFTW is a tool designed to perform automated recon on a target domain by running the best set of tools to perform scanning and finding out vulnerabilities
MIT License
5.63k stars 912 forks source link

Error on install #62

Closed a-oneil closed 3 years ago

a-oneil commented 3 years ago

Describe the bug Hey there, currently having issues with the latest pull of the install script. I am running this on Kali 2020.4 as root with the GOPATH / GOROOT path as seen in the screenshot below. During install, I get an error message:

  Using /usr/local/lib/python3.9/dist-packages/EditorConfig-0.12.3-py3.9.egg
Finished processing dependencies for LinkFinder==1.0
Traceback (most recent call last):
  File "/root/Tools/pymeta/setup.py", line 3, in <module>
    with open("README.md", "r") as fh:
FileNotFoundError: [Errno 2] No such file or directory: 'README.md

And left with a bunch of tools uninstalled. While I understand the README.md says installer is as is, I did not have this error message on a pull I did last week of this app. Any help would be much appreciated as to what I am missing. Thank you!

To Reproduce Steps to reproduce the behavior:

  1. Run the install script.

Expected behavior Tools being installed when running the install script.

Screenshots If applicable, add screenshots to help explain your problem. image image image

Desktop (please complete the following information):

sidxparab commented 3 years ago

I guess this issue is occurring due to the Go PATH not set correctly
try adding these to your .bashrc and then run the ./install.sh again

export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
a-oneil commented 3 years ago

Hey @detonxx

That fixed my issue. Thank you. I submitted a pull request to get that added into the readme.md to prevent further confusion for those who are unfamiliar with path. #63

sidxparab commented 3 years ago

Sure.... @six2dez is working on the "Wiki" part, which may include all these steps for installation and post installation. It would be up soon. Do check it out later !

c-cube007 commented 2 years ago

I did the ./install.sh on my parrot os terminal, it ran well but the tools required did not install and I was told to install them manually which I don't know how. Please can someone assist me?

virus0699 commented 1 month ago

everytime i run the ./install.sh command, my installation stucks after completing the repositories installation.i have waited for 4-5 hours, but it doesn't help

bileltechno commented 1 month ago

I did the ./install.sh on my parrot os terminal, it ran well but the tools required did not install and I was told to install them manually which I don't know how. Please can someone assist me?

Can you please provide more information about the non installed tools?

bileltechno commented 1 month ago

everytime i run the ./install.sh command, my installation stucks after completing the repositories installation.i have waited for 4-5 hours, but it doesn't help

Could you please share the error from the terminal?