Sandeep Singh

Results 151 issues of Sandeep Singh

Hi @tomnomnom, Right now `meg` store response body for all the request, but sometimes we only look for response header for some header inspection, and we have no option to...

Added template for CVE-2017-7529

From [FFuF](https://github.com/ffuf/ffuf):- ``` EXAMPLE USAGE: Fuzz file paths from wordlist.txt, match all responses but filter out those with content-size 42. Colored, verbose output. ffuf -w wordlist.txt -u https://example.org/FUZZ -mc all...

Type: Enhancement

Adding support for **JA3S** based TLS fingerprinting. Reference: - https://engineering.salesforce.com/tls-fingerprinting-with-ja3-and-ja3s-247362855967/ CLI Flag: ```console -ja3s display ja3 fingerprint hash ``` JSON Flag: ```json "ja3s_hash": "XXXXX" ```

Priority: Low
Type: Enhancement

### Please describe your feature request: ``` -tlsi, -tls-impersonate enable experimental client hello (ja3) tls randomization ``` See below for the implementation - https://github.com/projectdiscovery/fastdialer/issues/123 - https://github.com/projectdiscovery/httpx/pull/1199 ### Describe the use...

Type: Enhancement

### tlsx version: `dev`/`main` ### Please describe your feature request: Different server behaves differently depending on requirement when it comes to SNI value to use with tls connection when connecting...

Type: Enhancement
Investigation

Follow up for https://github.com/projectdiscovery/utils/pull/307 As of now users can authenticate using interactive `-auth` option or ENV variable, optionally can we parse if user directly passing the api key as string...

Type: Maintenance

https://nuclei.projectdiscovery.io/templating-guide/workflows/#shared-execution-context

## Description The following dsl functions have either missing documentation or the existing one needs to be updated: - [ ] `sort` - [ ] `uniq` - [ ] `sha512`...

documentation

### Nuclei version: dev / main ### Current Behavior: out of memory issue ### Expected Behavior: 1. Set max memory limit to read for decompression like nuclei has for response...

Type: Bug