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

close #702

Status: Review Needed
Type: Enhancement

### 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...

Priority: Low
Type: Enhancement

### 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 ###...

Priority: High
Type: Bug
Investigation

### 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...

Priority: High
Type: Bug
Investigation

https://github.com/projectdiscovery/nuclei/issues/2284 ``` echo https://redirect-localhost.free.beeceptor.com| httpx -sni redirect-localhost.free.beeceptor.com -fr ```

Priority: Low
Status: On Hold
Type: Bug

### 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...

Priority: Medium
Status: Completed
Type: Enhancement

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...

Status: On Hold
Type: Question

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:...

Status: Blocked
Type: Bug

Hello, Recently in our testing we have noticed that when provided URLs, httpx sometimes fails to resolve DNS hosts: ![image](https://user-images.githubusercontent.com/20261699/178801158-5b118014-f65d-4dd4-b963-6bf30704ba5e.png) Inspecting the traffic in wireshark reveals that httpx is passing...

Priority: High
Status: On Hold
Type: Bug
Type: Question

### 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:...

Priority: Low
Status: Blocked
Type: Enhancement