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

Script gets stuck at execution of amass command #56

Open adityasingh1996 opened 1 year ago

adityasingh1996 commented 1 year ago

Hello, i modified the script and removed all 2> /dev/null references to debug the issue and noticed that the scripts gets stuck where amass line executes (this is causing the script to not complete): image

R0X4R commented 1 year ago

Hello @loadedboy Thank you for raising the issue.

I know about this problem I tried fixing it but I don't know everytime it gets the same. You have to raise a issue in Amass so they can update the code I don't know why this issue is coming again and again, meanwhile you can comment out the amass line in passive and active both.

Regards, R0X4R