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

Bad interpretor /bin/bash^M #20

Closed mcharron closed 3 years ago

mcharron commented 3 years ago

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.

R0X4R commented 3 years ago

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