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

### Please describe your feature request: To make json output easy to consume, json output fields that contains `-` (dash) can be replaced with `_` (underscore) Reference: - https://stackoverflow.com/questions/13869627/unable-to-access-json-property-with-dash old...

Priority: Low
Status: Completed
Type: Enhancement

### httpx version: Tested version: v1.2.3, v1.2.0 ### Current Behavior: Some urls return 404 http response for valid 200 response urls. Was able to reproduce this on twitter site. ###...

Priority: Medium
Type: Bug
Investigation

### Describe the use case of this feature: This is very useful when integrating nuclei with other tools to get results For example: ```go type Options struct { //other options...

Priority: Low
Status: On Hold
Type: Enhancement

Bumps [github.com/projectdiscovery/clistats](https://github.com/projectdiscovery/clistats) from 0.0.12 to 0.0.15. Release notes Sourced from github.com/projectdiscovery/clistats's releases. Release v0.0.15 0.0.15 (2023-03-19) Release v0.0.14 0.0.14 (2023-02-22) What's Changed missing import time by @​sduc in projectdiscovery/clistats#28 New...

Type: Maintenance

- [ ] bump to [fastdialer](https://github.com/projectdiscovery/fastdialer) newer release depends on https://github.com/projectdiscovery/fastdialer/pull/113

I'm using httpx as a library and i'm not able to catch individual error for each target using OnResult function. Please help me in the example below i'm using httpx...

Type: Bug

``` echo https://34.107.18.135:443 | httpx -probe -v __ __ __ _ __ / /_ / /_/ /_____ | |/ / / __ \/ __/ __/ __ \| / / /...

Type: Bug

Since v1.3.0, the `-include-response` and `-include-response-base64` seem to be ignored.. How to reproduce: ``` echo https://github.com | http -silent -json -include-response ``` There is no `body` field.

Type: Bug

There is a bug here, when i use this command: subfinder -d | httpx -silent -path "/ba/investitori.php?id=%22%3E%3Cimg%20src=x%20onerror=alert(1);%3E" (path of vulnerable xss) -mc 200 -follow-redirects -screenshot It wont screenshot the path,...

### httpx version: latest ### Current Behavior: md5 hash for any host is the same! ``` chaos -d hackerone.com | httpx -hash md5 http://a.ns.hackerone.com [d41d8cd98f00b204e9800998ecf8427e] https://www.hackerone.com [d41d8cd98f00b204e9800998ecf8427e] http://b.ns.hackerone.com [d41d8cd98f00b204e9800998ecf8427e] https://mta-sts.forwarding.hackerone.com...

Type: Bug