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: the [proxify tool](https://github.com/projectdiscovery/proxify) uses fake-http (simplehttpserver) combined with dns hijacking (tinydns custom resolver) to transparently TLS-MITM connections in order to replay them in burp...
### Please describe your feature request: It is important to periodically retrain the error page classifier to ensure it is updated with the latest dataset. Ref: https://github.com/projectdiscovery/httpx/pull/1245 ### Describe the...
### Please describe your feature request: As of now, the' `-ss` option uses headless-based requests to capture screenshots and can be extended further for optional support of http probing. ```console...
### Discussed in https://github.com/projectdiscovery/httpx/discussions/1250 Originally posted by **a3vilc0de** June 26, 2023 Add page similarity comparison function to improve the accuracy of path scanning and reduce false positives,and -fs, -filter-string String...
Hi! It would be really helpful to be able to aim httpx at a website, and have it output just a jpg, nothing else, into a directory. Part of my...
add -hl flag like katana for headless browser use without taking screenshots. thanks. Prime31
## Description Evaluate if changing `options.TechDetect` from `flagSet.DynamicVarP` to boolean (`flagSet.BoolVarP`) makes sense. Within the code it's compared with literal values with `true`/`false`, so probably it can be changed directly...
### Please describe your feature request: While using list of resolver can we check specifically which resolver is used to find if website is alive or not. i can't check...
I have added 2 new flags `-sh` and `-shd`. This functionality works just like `-sr` and `-srd` but It only stores the request and response headers and does not include...