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

Just want to know #4

Closed cybersleuth0 closed 4 months ago

cybersleuth0 commented 8 months ago

What if we already have subdomains now i want to do rest of the things which is provided by webcopilot something like

cat subdomain.txt | webcopilot rest of the flags

or add new flag for selecting subdomain.txt

h4r5h1t commented 8 months ago

The current version of webcopilot doesn't directly support taking subdomain input and skipping the scanning process, I plan to integrate this feature into the next release.

1

tezarock commented 8 months ago

Yes, this will be best addition

h4r5h1t commented 4 months ago

Implemented the feature request. More information is in PR #17.