-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Description
Is there an existing issue for this?
- I have searched the existing issues.
Current Behavior
Nuclei does not handle IPv6 correctly.
nuclei -id mattermost-panel -u ::1:8065
Scans following target: [::1]:8065.
While command:
nuclei -id mattermost-panel -u [::1]:8065
also scans same target: [::1]:8065.
Expected Behavior
However, the first case should not scan port 8065, because 0000:0000:0000:0000:0000:0000:0001:8065 is a valid address, not port 8065.
Steps To Reproduce
nuclei -id mattermost-panel -u ::1:8065
nuclei -id mattermost-panel -u [::1]:8065
Relevant log output
Environment
- OS:
- Nuclei:
- Go:Anything else?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.