Closed MustafaSky closed 4 months ago
python shadowclone.py -i httpx_hackerone_new_subdomains.txt -c "/go/bin/nuclei -duc -l {INPUT} -t /nuclei-templates/http/exposures/configs/phpinfo-files.yaml -config-directory /tmp/"
can you try
python shadowclone.py -i httpx.txt -s 1 -c "nuclei -duc -l {INPUT} -t /nuclei-templates/http/miscellaneous/robots-txt.yaml"
Thank you very much; it finally works!
Description: I encountered an issue while using ShadowClone with the following command:
While
httpx
andsubfinder
work fine, thenuclei
command fails with exit code 2. I have tried multiple times but couldn't resolve the issue.Error Details: The error messages I receive are:
A screenshot of the error is attached for reference.
Attempts to Resolve:
subfinder
which was resolved with this PR: https://github.com/fyoorer/ShadowClone/pull/37nuclei
.