Nuclei with openapi specs scan only location and only few templates #5552
-
Hello, dear community! I try to use nuclei in Gitlab CI\CD for dynamic scan microservice's in pipeline. openapi.json include 3 different host with two endpoint for each So, nuclei start and show me, that for scan loaded 6 targets, that seems normally My questions:
Thank you in advance |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hey @RunFox ! Thanks so much for your questions. We'll check this out for you - @dwisiswant0 , is there anything we can do to help here? |
Beta Was this translation helpful? Give feedback.
-
This might be happening because you are using the |
Beta Was this translation helpful? Give feedback.
-
I would recommend checking out docs at docs.projectdiscovery.io and our blogs on dast , basically dast templates have different use case and usage mode |
Beta Was this translation helpful? Give feedback.
@RunFox
But also nuclei show loaded only 24 templates for scan
- this is expected while nuclei-templates repo has more than 8k templates , fuzzing ones are limited and only these are run https://github.com/projectdiscovery/nuclei-templates/tree/main/dastWhy it use only few templates?
- there are many different types of template in nuclei-templates ( osint,cves,panel-detection,dast and much more) as of now openapi schema based scanning is limited to and is only intended to be run with dast templatesAs i see in such configuration nuclei scan only endpoints. May i configure nuclei to scan root host too?
- this is supported for normal templates in dast we already know what endpoints are av…