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

Dockerfile install wrong #59

Open J0o1ey opened 1 year ago

J0o1ey commented 1 year ago

Thereis a bug in dockerfile,Result in this error

image

Is there any solution to solve it?

s4rt0rium commented 1 year ago

Hello! that tools is downloaded as .py file (https://github.com/R0X4R/bhedak), you need to rename it. Edit line 51 and set:

RUN mv bhedak.py bhedak && chmod +x bhedak

But I tested and even when docker image is created, Garud is not working properly.