-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAST not running #5340
Comments
i found that issue happen when url have / like |
The template you mentioned is not a DAST template - it doesn't have a
To your concern - #5557 (comment) |
This specific template was running with -fuzz tag before also inside template have fuzz as a tag, which make it to not run by default, if dast is not replacement for fuzz then which one we should use ? |
@mastercho , the earlier fuzz category ( before 'dast' ) is now renamed to 'bruteforce' for consistency and avoid confusion , it looks like we need to update tags in some templates and to run these default ignored templates you need to use nuclei -u example.com -tags bruteforce,fuzz -itags bruteforce,fuzz
|
Thanks @tarunKoyalwar |
Nuclei version: 3.2.9
Current Behavior:
WHen i run -dast i expect to run all fuzz templates like like this https://github.com/projectdiscovery/nuclei-templates/blob/680352214bd86cbf953f11adfe9a55288db0f9cf/http/exposed-panels/adminer-panel-detect.yaml#L36 but currently when use -dast its just automatically completes scan without attempting to run any tempaltes.
Expected Behavior:
To run fuzz templates like before we was able with -fuzz tag
Steps To Reproduce:
nuclei -u https://www.site.com -mhe 80 -dast
Anything else:
Tried on vuln site which supposed to find adminer in fuzz
The text was updated successfully, but these errors were encountered: