-
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
Added websocket and SSL protocol support + engine refactor #1066
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was
linked to
issues
Sep 30, 2021
ehsandeep
added
the
Status: In Progress
This issue is being worked on, and has someone assigned.
label
Oct 11, 2021
… more-protocols
ehsandeep
reviewed
Nov 1, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- We can expose all the raw SSL data to nuclei engine (preferably JSON similar to zgrab2) that will allow users to model any desired template, for example - Network enhancement Certificate SSL check #797
- Debug support to SSL Protocol
- Global variables for SSL protocol
{{Hostname}}
,{{Host}}
,{{Port}}
- Websocket - Updating
{{Address}}
to{{Hostname}}
to keep it uniform across other protocol
ehsandeep
added
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Status: Review Needed
The issue has a PR attached to it which needs to be reviewed
and removed
Status: In Progress
This issue is being worked on, and has someone assigned.
labels
Nov 8, 2021
3 tasks
3 tasks
3 tasks
5 tasks
ehsandeep
requested changes
Nov 10, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
response
is not the default part of the SSL protocol
Test SSL template
id: test-ssl
info:
name: test-ssl
description: test-ssl
author: pdteam
severity: info
ssl:
- address: "{{Hostname}}"
extractors:
- type: json
json:
- ".dns_names[]"
echo https://example.com | ./nuclei -t test.yaml
ehsandeep
added
the
Status: Revision Needed
Submitter of PR needs to revise the PR related to the issue.
label
Nov 10, 2021
Mzack9999
approved these changes
Nov 10, 2021
ehsandeep
added
Type: Enhancement
Most issues will probably ask for additions or changes.
Type: Maintenance
Updating phrasing or wording to make things clearer or removing ambiguity.
and removed
Status: Review Needed
The issue has a PR attached to it which needs to be reviewed
Status: Revision Needed
Submitter of PR needs to revise the PR related to the issue.
labels
Nov 12, 2021
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Enhancement
Most issues will probably ask for additions or changes.
Type: Maintenance
Updating phrasing or wording to make things clearer or removing ambiguity.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cross site websocket hijacking
Websocket communication template
Expired SSL Cert