cyberheartmi9 / Proxyshell-Scanner

nuclei scanner for proxyshell ( CVE-2021-34473 )
42 stars 15 forks source link

nothing happend #1

Open saeidshirazi opened 3 years ago

saeidshirazi commented 3 years ago

image hi when I run your scanner is seemed its not checking the ip list I use this command : nuclei -l iplist.txt -t proxyshell.yaml but can see the result how can I fix that?

eyes-of-ice commented 3 years ago

image hi when I run your scanner is seemed its not checking the ip list I use this command : nuclei -l iplist.txt -t proxyshell.yaml but can see the result how can I fix that?

same problem here did you found any solution?

dodoaska commented 3 years ago

maybe I need install nuclei :

git clone https://github.com/projectdiscovery/nuclei.git; \ cd nuclei/v2/cmd/nuclei; \ go build; \ mv nuclei /usr/local/bin/; \ nuclei -version;