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 we use regex to extract potential domains and then apply some heuristic rules - this can furthur be improved by using actual...
### Please describe your feature request: if target is ipv6, should output result like this, http(s)://[IPv6_address]:port, not http(s)://IPv6_address:port ### Describe the use case of this feature:
### httpx version: v1.6.8 ### Current Behavior: The dsl filter in the command `httpx -silent -location -title -fdc 'starts_with(location, "https://") || starts_with(title, "Google")'
httpx request how to get connect time , read time and write time
Hi,Team When using the fingerprint recognition feature, the fingerprint database comes from the built-in https://github.com/projectdiscovery/wappalyzergo, sometimes I need to add some of my own app fingerprints to be recognized when...
Added copyright probe, useful for identifying old software - If copyright indicators are found near a year, will print those years ([Copyright: 2004]) - If no copyright indicators exist, will...
Closes #758 ```console $ go run . -u https://httpbin.org -path xml,json,html,html -fd -v __ __ __ _ __ / /_ / /_/ /_____ | |/ / / __ \/ __/...
Closes #1953 ```console $ go run . -u '168-this-does-not-exist.com' -sr -probe __ __ __ _ __ / /_ / /_/ /_____ | |/ / / __ \/ __/ __/ __...
### httpx version: v1.6.3 and later ### Current Behavior: `httpx -probe -sr` creates "empty" files for failed requests. "empty" as in they only contain the requested url ### Expected Behavior:...