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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

assetfinder Getting errors

hangyakuzero opened this issue · comments

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

@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