R0X4R / Garud

An automation tool that scans sub-domains, sub-domain takeover, then filters out XSS, SSTI, SSRF, and more injection point parameters and scans for some low hanging vulnerabilities automatically.
MIT License
768 stars 176 forks source link

assetfinder Getting errors #14

Closed hangyakuzero closed 3 years ago

hangyakuzero commented 3 years ago

everytime i run the code the error pops up and the process terminates Screenshot from 2021-03-09 21-46-21

R0X4R commented 3 years ago

@hangyakuzero you need to install all the tools before using Garud. You can install assetfinder using

go get -u github.com/tomnomnom/assetfinder

or you can simply run ./install.sh

regards, R0X4R