Sandeep Singh
Sandeep Singh
From https://github.com/projectdiscovery/nuclei-templates/discussions/7493 > I encountered a vulnerability in the system, which uses rsa encryption to encrypt the parameters during the login phase. During the vulnerability mining process, I already knew...
As of now their are many templates that requires specific input to run, for those special cases, we can default not load those templates if required inputs are not provided....
## Proposed changes ## Checklist - [ ] Pull request is created against the [dev](https://github.com/projectdiscovery/nuclei/tree/dev) branch - [ ] All checks passed (lint, unit/integration/regression tests etc.) with my changes -...
### Describe your feature request Add new option, similar to httpx, to upload local nuclei output (jsonl) to cloud dashboard, refer to [httpx implementation](https://github.com/projectdiscovery/httpx/pull/1834) for the same. ```console -pdu, -dashboard-upload...
### Describe your feature request Optional support to include all the request / response chain generated from template. ### Describe the use case of the feature When uploading a file,...
## Proposed changes - [ ] Get param graphql fuzzing support - [x] Improve validation for graphql detection - [ ] Introspection linking (file, url, automatic) - [x] Test cases...
### Describe your feature request graphql fuzzing support ### Describe the use case of the feature Improve dast fuzzing capabilities of nuclei. ### Describe alternatives you've considered _No response_ ###...
### Describe your feature request As of now, [nuclei templates](https://github.com/projectdiscovery/nuclei-templates) merged into the main branch are not immediately available to users. User templates are updated only during project releases (typically...