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.59k stars 910 forks source link

Installation process doesnt work properly. #14

Closed jiyunatamashi closed 3 years ago

jiyunatamashi commented 3 years ago

Dear Six2dez,

the installation script doesn't in KALI or ParrotOS fresh installed, nor updated.

Best regards,

a-oneil commented 3 years ago

@jiyunatamashi The install script worked for me on Kali. What errors are you receiving on install or do you have any screenshots of the error?

six2dez commented 3 years ago

Please provide more information or screenshots, otherwise this issue will be closed @jiyunatamashi

SirKnightV commented 3 years ago

Please provide more information or screenshots, otherwise this issue will be closed @jiyunatamashi

Hello, i find this issue , and i have i think is error too with install.sh, when i run sudo chmod +x *.sh all fine, but when i tried sudo bash install.sh i get this... https://imgur.com/a/NcLmDcs , i try to do sudo bash update.sh and all worked fine, i try to do later sudo bash install.sh and get same error how in the screenshot that i show, do you can suggest me any solution?

sidxparab commented 3 years ago

You need to install Golang...almost all the tools used in this script are written in Go....so install Go and then add it to your PATH.....then run ./install.sh

SirKnightV commented 3 years ago

You need to install Golang...almost all the tools used in this script are written in Go....so install Go and then add it to your PATH.....then run ./install.sh

would be great that you add in the script of install.sh this, because is install, so then would be great that this script install Golang i guess

a-oneil commented 3 years ago

image I get what you're saying, to add the install of the golang into the script but it's in the error message of install...

sidxparab commented 3 years ago

For 'Go' to work you need to add them to your PATH which is done in the .bashrc...and the script doing changes in the .bashrc doesnt seem good...as this may mess up with other peoples tool executions...if your into bugbounty stuff you need 'Go' configured properly as most of the tools are written in Go...if you have any doubts dm me @detonxx at twitter

SirKnightV commented 3 years ago

mm ok, going to check, same thanks guys

six2dez commented 3 years ago

As the user has to install Golang on their own, this issue can be closed

bileltechno commented 3 years ago

Golang now is installed automatically