httpx
httpx copied to clipboard
httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.
### httpx version: v1.7.0 ### Current Behavior: When using `httpx` with the `-tech-detect` flag, the ASP.NET technology (specifically version `Microsoft ASP.NET:2.0.50727`) **is not detected** when scanning the root path of...
Bumps [github.com/refraction-networking/utls](https://github.com/refraction-networking/utls) from 1.6.7 to 1.7.0. Release notes Sourced from github.com/refraction-networking/utls's releases. v1.7.0 What's Changed Fix Config.InsecureSkipTimeVerify not being respected by @adotkhan in refraction-networking/utls#303 Fixes session ticket / PSK not...
httpx can avoid overwriting response file content for the same input when `-skip-dedupe` is used, as the user has explicitly disabled deduplication and wants to see each copy of the...
### httpx version: v1.6.9 ### Current Behavior: Option `-fr` or `-follow-redirects` should not print location, `-location` already does it. ### Expected Behavior: Option `-fr` or `-follow-redirects` should only follow redirect,...
Hi Team, When using the -p flag in httpx to specify ports without explicitly defining protocols (e.g., -p 80,443), httpx defaults all ports to HTTPS. This results in incorrect assumptions...
### Please describe your feature request: Support for embedding JavaScript code to change data on the client side in the browser, especially for changing data in localStorage, which allows you...
Currently the only supported -tls-impersonate option is randomized fingerprint Could you please add some real browser option to it like Google Chrome or Microsoft Edge? and option to select random...
Hello there, I was surprised to see this feature implemented, as within my bug bounty hunting automation I used something similar like this: ``` subdomains_live.txt | ~/go/bin/httpx -sc -title -cl...
As HTTP 'Host' Header changed to 'Authority' in H2, it's good to have a option to set a Host (like -path option) It's good to be able to set a...
option to force a HTTP version 0.9 / 1.0 / 1.1 / 2 / 3 H2 without TLS = H2C / H3 with no TLS must fail i guess for...