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

Error : xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option #24

Closed simrotion13 closed 3 years ago

simrotion13 commented 3 years ago

Output: /root/recon/output Threads: 100

xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option xargs: unmatched single quote; by default quotes are special to xargs unless you use the -0 option ● Scanning is in progress: Scanning for vulnerabilities of example.com using nuclei [89%]

R0X4R commented 3 years ago

Hii @simrotion13, Thanks for raising this issue.

This happened because your parameters file contains special characters like ' ( ) so xargs is throwing this error I have pushed the update. Please update your Garud.

Thanks and regards, R0X4R