httpx
httpx copied to clipboard
httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.
Hello, Sorry to open a new issue again, however, I had this problem various time without being able to debug it. Maybe it's a well known issue. When I use...
To help converting between PD defined structs and personal project structures via pkg use, I added some struct tags to the runner Options struct for json & yaml. ## Summary...
Closes #2020
## Awesome Search Queries Integration (`-cpe`) Product and Vendor extraction based on [awesome-search-queries](https://github.com/projectdiscovery/awesome-search-queries), The title, favicon and body based queries in `awesome-search-queries` gets matched with the result of the host...
Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy.
### httpx version: v1.7.2 ### Current Behavior: I am having a problem with a file because these URLs are not present in it. This file only contains Meta Platforms domains....
### Summary This PR addresses issue [#2152](https://github.com/projectdiscovery/httpx/issues/2152), which causes response files to be overwritten even when the `-sd` (SkipDedupe) flag is used. ### What was the issue? When the `-sd`...
## Summary This PR introduces a round-robin retry mechanism for HTTP 429 (Too Many Requests) responses. Users can control the number of retries and the delay between them using two...
### Versions - httpx: v1.7.1 - retryablehttp-go: v1.0.119 ### Current Behavior: If you see httpx repo`common/httpx/httpx.go` 156 line ``` go if httpx.Options.Protocol == "http11" { // disable http2 os.Setenv("GODEBUG", "http2client=0")...
## Summary Request to add two key features to httpx: 1. **Authentication file support** (`-sf, --secret-file`) similar to nuclei 2. **Burp Suite import functionality** (`-im burp, --input-mode burp`) for processing...