httpx
httpx copied to clipboard
httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.
### Please describe your feature request: Currently, matchers/extractors are limited to a response body that can be extended to include response headers as well. ### Describe the use case of...
### httpx version: `master/main` and `dev` ### Current Behavior: `https` urls are failing silently in certain cases while using proxy ### Expected Behavior: `https` protocol working correctly with proxies ###...
### httpx version: v1.2.3, also tested with the latest one v1.2.4 ### Current Behavior: I'm trying to scan working http/s servers from huge list and after some time "out of...
https://github.com/projectdiscovery/nuclei/issues/2284 ``` echo https://redirect-localhost.free.beeceptor.com| httpx -sni redirect-localhost.free.beeceptor.com -fr ```
### Please describe your feature request: Currently, `-favicon` flag needs to be used separately in the workflow to calculate **favicon** hashes of hosts to probe, as such httpx needs to...
Hi, Well, that there is an option where in a list of Hosts it shows which one supports sni, this is used for netfree in mobile operators, here is an...
Hello, v1.2.1 ```echo "http://testphp.vulnweb.com/redir.php" | httpx -status-code -content-length -ip -cdn -title -tech-detect -random-agent``` nothing curl http://testphp.vulnweb.com/redir.php -v ``` > GET /redir.php HTTP/1.1 > Host: testphp.vulnweb.com > User-Agent: curl/7.82.0 > Accept:...
Hello, Recently in our testing we have noticed that when provided URLs, httpx sometimes fails to resolve DNS hosts:  Inspecting the traffic in wireshark reveals that httpx is passing...
### Please describe your feature request: ```zsh echo hackerone.com | httpx -user-agents mobile,headless,desktop-new-versions ``` ```zsh echo hackerone.com | httpx -user-agents desktop-old-versions ``` ### Describe the use case of this feature:...