sumgr0
sumgr0
downgrading the python version would break the other workflows... I would request you to kindly look into supporting the python 3.10 if possible.
Any solution to this error. I've been getting the same on my debian 10 box while running python3 setup.py install.
Resolved the error and finally installed VHostScan successfully by running the setup.py with python2 specifically. Ran the command python2 setup.py install and it worked.
Here is the link to the signature/templates: https://github.com/projectdiscovery/nuclei-templates
Getting the same error while installing simply email. Any chance this can be fixed?
For some reason every time I try running the subfinder commands as below: `python shadowclone.py -i /tmp/roots.txt -o /tmp/SC-subfinder.txt -s 20 -c "/go/bin/subfinder -dL {INPUT}"` and `python shadowclone.py -i /tmp/roots.txt...
Hi @wall6e, I've tried the fixes suggested in the PR, but I'm still getting the same error message: 
Ah this worked... Thanks for your help with subfinder @wall6e. Any ideas about the nuclei scenarios as well...
After fixing the Dockerfile from your PR suggestion, I added another line to copy my provider-config.yaml to the image: `COPY provider-config.yaml /tmp/.config/provider-config.yaml` Ensure to copy the file from ~/.config/subfinder/provider-config.yaml to...
After a lot of trial and errors... Here is command to run a local template on the Lamdas: `python shadowclone.py -i urls.txt --split 3 --no-split /root/local-template.yaml -o nuclei-output.txt -c "/go/bin/nuclei...