Skip to content
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

[FEATURE] Bypass SSL certificate verification in headless protocol #5550

Closed
dwisiswant0 opened this issue Aug 21, 2024 · 1 comment
Closed
Assignees
Labels
Type: Enhancement Most issues will probably ask for additions or changes.

Comments

@dwisiswant0
Copy link
Member

Describe your feature request

Bypass certificate validation for insecure, self-signed, untrusted, or expired certificates when initializing the browser client with headless engine, similar to setting tls.Config.InsecureSkipVerify to true in http.Client.

Describe the use case of the feature

By allowing SSL verification to be skipped, users can easily run headless protocol templates without being blocked by cert issues.

Describe alternatives you've considered

No response

Additional context

disable cert validation in headless? not sure if we do this but I don't find results when running with https://honey.scanme.sh that has expired cert.

Originally posted by @ehsandeep in #5545 (review)

@dwisiswant0 dwisiswant0 added the Type: Enhancement Most issues will probably ask for additions or changes. label Aug 21, 2024
@dwisiswant0 dwisiswant0 self-assigned this Aug 21, 2024
@dwisiswant0
Copy link
Member Author

It looks like we've already implemented this, and on my end, it's showing results, @ehsandeep.
image

https://github.com/projectdiscovery/nuclei/blob/dev/pkg/protocols/headless/engine/engine.go#L41-L42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Most issues will probably ask for additions or changes.
Projects
None yet
Development

No branches or pull requests

1 participant