proxify
proxify copied to clipboard
A versatile and portable proxy for capturing, manipulating, and replaying HTTP/HTTPS traffic on the go.
Bumps [github.com/Shopify/sarama](https://github.com/Shopify/sarama) from 1.35.0 to 1.36.0. Release notes Sourced from github.com/Shopify/sarama's releases. Version 1.36.0 (2022-08-11) What's Changed :tada: New Features / Improvements feat: add option to propagate OffsetOutOfRange error by...
### Proxify version: 0.0.7 ### Current Behavior: When both `-silent` and `-v` flags are set, most logs are turned off but resp body is printed. ### Expected Behavior: When both...
Reference: https://portswigger.net/burp/documentation/desktop/tools/proxy/options/invisible
### Proxify version: dev ### Current Behavior: Miscalculation in dumped response body length ### Expected Behavior: Response body length calculated correctly ### Steps To Reproduce: 1. run `proxify` in a...
```sh proxify -request-match-replace-dsl "replace(request,'curl','firefox')" -v -hp http://localhost:8080 curl google.com --proxy-insecure -x localhost:8888 -v -L ``` In the verbose output of proxify the value seems to be changed, but not the...
It would be a cool feature to generate OpenAPI/Swagger files from proxied requests. This would help reverse engineering web applications and enable better integrations with other tools that accept such...
Since we already support saving requests into files, it would be nice if we would also enable post-processing/filtering of those requests. Use-case: 1. automatically/manually crawl an application and proxy the...
Using the `-v` flag with `proxify`, shows the whole request. It would be nice if `-v` would only show the target and the request type (e.g. `HTTP POST https://projectdiscovery.io`), and...
Show correct DSL signatures. If a user provided an incorrect parameter that has a static type/enum value, provide all the available options. High level example: * user input: `contains(123)` *...
Hi, can Proxify works also as TCP Proxy? That means to listen on (IP_A/localhost/0.0.0.0):port_A, do magic, and forward traffic to IP_B:port_B?