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.46k stars 888 forks source link

Go tools don't install properly #871

Closed lukeswitz closed 3 months ago

lukeswitz commented 3 months ago

Describe the bug

The install script throws mostly errors for Golang tools, but running the tool it claims all tools are there:

2024-04-11 09:05:06] Checking installed tools 

 Good! All installed! 

[2024-04-11 09:05:06] Tools check finished

Prior versions worked fine with the go vars set. Now on all machines (Debian) with a clean install of reconFTW and Go and env vars set correctly, the install script throws errors for tool installation no matter what changes are made:

Golang is already installed and updated 

 Running: Installing requirements 

 Running: Installing Golang tools (44)

 inscope installed (1/44)
 Unable to install hakip2host, try manually (2/44)
 Unable to install puredns, try manually (3/44)
 Unable to install interactsh-client, try manually (4/44)
 Unable to install nuclei, try manually (5/44)
 Unable to install analyticsrelationships, try manually (6/44)
 Unable to install crt, try manually (7/44)
 nmapurls installed (8/44)
 Unable to install dnsx, try manually (9/44)
 Unable to install gitlab-subdomains, try manually (10/44)
 Unable to install dalfox, try manually (11/44)
 Unable to install gitdorks_go, try manually (12/44)
 Unable to install roboxtractor, try manually (13/44)
 Unable to install gau, try manually (14/44)
 Unable to install Gxss, try manually (15/44)
 Unable to install katana, try manually (16/44)
 Unable to install mapcidr, try manually (17/44)

To Reproduce Steps to reproduce the behavior: ./install.sh and watch it fail.

Expected behavior Go tools to be installed/checked for existence

Desktop: 6.6.9-1kali1 (2024-01-08) aarch64 GNU/Linux

Additional context Been using this tool for years and now nothing but issues with Go. Any help appreciated

lukeswitz commented 3 months ago

Closing, must be an issue with the server and not the tool. Thanks for this project it’s so good.