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

Failed while testing for xss #28

Closed nithissh1 closed 3 years ago

nithissh1 commented 3 years ago

Hey bro ,

while running the test it returned failed to dev/null And this directory not found /vulnerabilities/injection/xss.txt

R0X4R commented 3 years ago

Hii @Nithissh0708, Thanks for raising this issue.

I think you're using an older code of Garud. Do update to the latest code of Garud. Then run the scan again.

Thanks, R0X4R

nithissh1 commented 3 years ago

I just used to install through binary source . Using git clone only . How to install latest one

nithissh1 commented 3 years ago

This may help me out

R0X4R commented 3 years ago

Do run these commands

garud:~ rm -rf /usr/bin/garud
garud:~ git clone https://github.com/R0X4R/Garud.git && cd Garud/ && chmod +x garud install.sh && mv garud /usr/bin/ && ./install.sh
nithissh1 commented 3 years ago

again the error persist Capture1

R0X4R commented 3 years ago

Hii @Nithissh0708, I'm sorry bro, actually I did some typo error in the code that's why you're getting this error. I have fixed the issue in the latest commit. Hope this will fix the issue.

Do run this command to install the latest commit

garud:~ rm -rf /usr/bin/garud
garud:~ git clone https://github.com/R0X4R/Garud.git && cd Garud/ && chmod +x garud install.sh && mv garud /usr/bin/ && ./install.sh

Thanks, R0X4R

nithissh1 commented 3 years ago

And also please check sqli line it gives like dev/null not found . actually in code its looks like /dev/null

R0X4R commented 3 years ago

Hey @Nithissh0708, I have already fixed the issue you're getting in the sqli line. Please do run the scan once and if the problem persists check your sqlmap, also do comment out that line.

Thanks, R0X4R

R0X4R commented 3 years ago

Hi @Nithissh0708, Is this fixed your issue so I can close this thread.

Thanks, R0X4R

nithissh1 commented 3 years ago

Yeah

nithissh1 commented 3 years ago

Close the thread