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.
This PR uses https://api.github.com/repos/projectdiscovery/nuclei/releases/latest to obtain the latest version of nuclei and update the version in bbot/modules/deadly/nuclei.py."
Release notes:
What's Changed
🎉 New Features
team-id
option to upload results to specific team workspace by @RamanaReddy0M in Addteam-id
option projectdiscovery/nuclei#5523Option:
-tid, -team-id string upload scan results to given team id (optional) (default "none")
Example:
Option:
-rd, -redact string[] redact given list of keys from query parameter, request header and body
Example:
skip-secret-file
template attribute to disable auth per template by @dwisiswant0 in feat(http): addskip-secret-file
field projectdiscovery/nuclei#5522🐞 Bug Fixes
FileAuthProvider
stores the same strategy for each entry by @mrschyte in fix: FileAuthProvider stores the same strategy for each entry projectdiscovery/nuclei#5474customHeaders
to the map directly by @dwisiswant0 in feat(http): assigncustomHeaders
to the map directly projectdiscovery/nuclei#5445file.Close()
&ticker.Stop()
by @ShuBo6 in fix: Missing close statements file.Close() & ticker.Stop() projectdiscovery/nuclei#5436interactsh-url
variable with fuzzing by @RamanaReddy0M in fix unresolvedinteractsh-url
variable with fuzzing projectdiscovery/nuclei#5289🔨 Maintenance
Issues closed in this release - https://github.com/projectdiscovery/nuclei/milestone/61?closed=1
New Contributors
Full Changelog: projectdiscovery/nuclei@v3.3.0...v3.3.1