-
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
Nuclei v3.3.5 #5745
Merged
Nuclei v3.3.5 #5745
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
add me to `addReviewers` list Signed-off-by: Dwi Siswanto <[email protected]>
* Initial setup of Mongo reporting * Fix slice pop logic * Switch to config-file logic * Parse database name from connection string * Switch to url.Parse for connection string parsing * Address return/logging feedback
* feat(nuclei): generate trace file when using `profile-mem` Signed-off-by: Dwi Siswanto <[email protected]> * docs(DESIGN): dynamically grep mod path Signed-off-by: Dwi Siswanto <[email protected]> --------- Signed-off-by: Dwi Siswanto <[email protected]>
* feat: global matchers Signed-off-by: Dwi Siswanto <[email protected]> Co-authored-by: Ice3man543 <[email protected]> * feat(globalmatchers): make `Callback` as type Signed-off-by: Dwi Siswanto <[email protected]> * feat: update `passive` term to `(matchers-)static` Signed-off-by: Dwi Siswanto <[email protected]> * feat(globalmatchers): add `origin-template-*` event also use `Set` method instead of `maps.Clone` Signed-off-by: Dwi Siswanto <[email protected]> * feat: update `matchers-static` term to `global-matchers` Signed-off-by: Dwi Siswanto <[email protected]> * feat(globalmatchers): clone event before `operator.Execute` Signed-off-by: Dwi Siswanto <[email protected]> * fix(tmplexec): don't store `matched` on `global-matchers` templ This will end up generating 2 events from the same `scan.ScanContext` if one of the templates has `global-matchers` enabled. This way, non- `global-matchers` templates can enter the `writeFailureCallback` func to log failure output. Signed-off-by: Dwi Siswanto <[email protected]> * feat(globalmatchers): initializes `requests` on `New` Signed-off-by: Dwi Siswanto <[email protected]> * feat(globalmatchers): add `hasStorage` method Signed-off-by: Dwi Siswanto <[email protected]> * refactor(templates): rename global matchers checks method Signed-off-by: Dwi Siswanto <[email protected]> * fix(loader): handle nil `templates.Template` pointer Signed-off-by: Dwi Siswanto <[email protected]> --------- Signed-off-by: Dwi Siswanto <[email protected]> Co-authored-by: Ice3man543 <[email protected]>
* refactor(vardump): use `godump` lib also increate limit char to `255`. Signed-off-by: Dwi Siswanto <[email protected]> * feat(vardump): add global var `Limit` Signed-off-by: Dwi Siswanto <[email protected]> * chore(protocols): rm newline Signed-off-by: Dwi Siswanto <[email protected]> * feat(types): add `VarDumpLimit` option Signed-off-by: Dwi Siswanto <[email protected]> * test(vardump): add test cases Signed-off-by: Dwi Siswanto <[email protected]> * chore: tidy up mod Signed-off-by: Dwi Siswanto <[email protected]> --------- Signed-off-by: Dwi Siswanto <[email protected]>
…ogic fix template loading logic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
See https://github.com/projectdiscovery/nuclei/milestone/64?closed=1