httpx
httpx copied to clipboard
httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.
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 >...
### 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...
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...
### 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...
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...
### 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...
### 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...
### 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...
### 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...