h4r5h1t / webcopilot

An automation tool that enumerates subdomains then filters out xss, sqli, open redirect, lfi, ssrf and rce parameters and then scans for vulnerabilities.
MIT License
1.04k stars 166 forks source link

Enumerates subdomains, but does not check anything past that. #16

Closed ui0x closed 4 months ago

ui0x commented 5 months ago

The tool seems to successfully enumerate subdomains, but does not check if they are active and past that does not check for anything else. A shame - seems like an amazing tool!

h4r5h1t commented 4 months ago

Issue resolved. Refer to pull request #17 for the changes.