httpx icon indicating copy to clipboard operation
httpx copied to clipboard

httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.

Results 160 httpx issues
Sort by recently updated
recently updated
newest added

I found during testing that the content-length parameter gets a value of zero ```bash echo www.ksyun.com|httpx -cl > https://www.ksyun.com [0] echo www.baidu.com|httpx -cl > https://www.baidu.com [0] echo https://www.ksyun.com|httpx -cl >...

Type: Bug

### Please describe your feature request: Currently, httpx does not take advantage of chromium-based wappalyzer detection with the `-tech-detect` flag, so httpx is missing a lot of technologies when relying...

@ehsandeep # Suggestions on HTTPS It is recommended to call tlsx to obtain the ssl/tls structured information before accessing https, and output it. At the same time, it is recommended...

Type: Enhancement

Hi there,I'd like to be able to use it with nabbu, but httpx uses clistats component 0.0.12 and nabbu uses clistats component 0.0.15, I want both to update the same...

Type: Enhancement

### Please describe your feature request: Add a matcher type that is geared specifically at response headers. Things like: - Presence / absence of a header by name - Value...

Type: Enhancement

Hi there, I'd like to be able to use a configuration file with httpx scans. The exact same implementation as with Nuclei, where I can add multiple flags to a...

Type: Enhancement

### httpx version: v1.2.9 ### Current Behavior: when use `-p http:80` switch, `httpx` ignore http path and send request to `/` ``` echo http://127.0.0.1/NO-PATH/ | httpx -duc -sc -debug-req -nfs...

Type: Bug

### httpx version: v1.2.9 ### Current Behavior: i pass url with `https` scheme but `httpx` prints message with `http` scheme ``` echo https://123.google.com/ | httpx -silent -duc -probe -sc -nfs...

Type: Bug

### httpx version: v1.2.9 ### Current Behavior: if use `-ports xxx` with `-nfs` ,` httpx` print two dump http request message ``` echo https://123.google.com/ | httpx -duc -probe -sc -debug-req...

Type: Bug

### httpx version: 1.2.9 ### Current Behavior: Any request from httpx is made using the following agent ""Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36 OPR/86.0.4363.59"" ### Expected...

Type: Bug