chvancooten / BugBountyScanner

A Bash script and Docker image for Bug Bounty reconnaissance. Intended for headless use.
MIT License
872 stars 120 forks source link

error #10

Closed Kalimon12 closed 4 years ago

Kalimon12 commented 4 years ago

-severity low,medium,high not work in nuclei

chvancooten commented 4 years ago

What version of Nuclei are you running? Could you please paste the error you are getting here?

Kalimon12 commented 4 years ago

nuclei v2.1

chvancooten commented 4 years ago

It should be working in Nuclei v2.1.1 which is installed by the script. Could you please install the latest version of Nuclei and try again? (It's merged here).

Kalimon12 commented 4 years ago

working sorry pro Thank you
you can add some tools like cookieless hinject

chvancooten commented 4 years ago

Glad to hear it :) Nuclei should be able to detect host header injection vulnerabilities. I'm not aware of Cookieless, but for XSS I was thinking of implementing Dalfox. Other suggestions are of course very welcome! To be continued!