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

Bad interpretor /bin/bash^M

mcharron opened this issue · comments

Hello,

After trying to install Garud, here's the error I got :
bash: ./install.sh : /bin/bash^M : bad interpretor: No such file or directory

What I've done to fix :
sed -i -e 's/\r$//' install.sh

After applying my fix, it worked.

Hii @mcharron,
This is the simple bash script issue. This issue occurs in some of the terminals, users can easily fix it by googling the issue. But really thank you for raising this issue I will add the fix method in readme.md file for those who get this error.

Thanks again,
Eshan Singh