proxify icon indicating copy to clipboard operation
proxify copied to clipboard

A versatile and portable proxy for capturing, manipulating, and replaying HTTP/HTTPS traffic on the go.

Results 63 proxify issues
Sort by recently updated
recently updated
newest added

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...

Type: Maintenance

### 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...

Type: Bug
Status: Completed

Reference: https://portswigger.net/burp/documentation/desktop/tools/proxy/options/invisible

Type: Enhancement

### 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...

Type: Bug
Priority: Medium

```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...

Type: Bug
Status: Completed
Status: Review Needed

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...

Type: Enhancement
Priority: Medium
investigation

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...

Type: Enhancement
Priority: Medium

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...

Type: Enhancement
Status: Completed

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)` *...

Type: Enhancement
Status: Completed
Priority: Medium

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?

Type: Enhancement
Type: Question