[GH-ISSUE #1774] support protocol mongo postgres redis ..... ? can easy extract sql #1766

Open
opened 2026-03-03 19:54:13 +03:00 by kerem · 2 comments
Owner

Originally created by @cwt169 on GitHub (Sep 20, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1774

I found that enovy proxy supports tcp protocol proxy and will collect some performance-related indicators through the proxy layer(eg:https://www.envoyproxy.io/docs/envoy/v1.27.0/configuration/listeners/network_filters/postgres_proxy_filter.html), but enovy is mainly used as a gateway, so it will lack mitm related functions. I have been looking for some database-related packet capture tools (the reason is that by capturing network layer packets, I can clearly know which SQL statements were executed and the returned results, and it is non-intrusive), such as wireshark, but their UI is really not Friendly, and only part of the TCP protocol packages such as mongo and pg can be parsed. I don’t know if my line of thinking is reasonable.

Originally created by @cwt169 on GitHub (Sep 20, 2023). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1774 I found that enovy proxy supports tcp protocol proxy and will collect some performance-related indicators through the proxy layer(eg:https://www.envoyproxy.io/docs/envoy/v1.27.0/configuration/listeners/network_filters/postgres_proxy_filter.html), but enovy is mainly used as a gateway, so it will lack mitm related functions. I have been looking for some database-related packet capture tools (the reason is that by capturing network layer packets, I can clearly know which SQL statements were executed and the returned results, and it is non-intrusive), such as wireshark, but their UI is really not Friendly, and only part of the TCP protocol packages such as mongo and pg can be parsed. I don’t know if my line of thinking is reasonable.
Author
Owner

@NghiaTranUIT commented on GitHub (Sep 21, 2023):

It's technically impossible because these connections are not HTTP Request/Response. They might use TCP/UDP transport layer, so Proxyman can't capture it.

<!-- gh-comment-id:1728666595 --> @NghiaTranUIT commented on GitHub (Sep 21, 2023): It's technically impossible because these connections are not HTTP Request/Response. They might use TCP/UDP transport layer, so Proxyman can't capture it.
Author
Owner

@tonyxiao commented on GitHub (Jan 4, 2025):

It would be incredible to have a proxyman like tool though to debug database query related issues. Dedicated support for posgresql protocol would be invaluable.

<!-- gh-comment-id:2570155029 --> @tonyxiao commented on GitHub (Jan 4, 2025): It would be incredible to have a proxyman like tool though to debug database query related issues. Dedicated support for posgresql protocol would be invaluable.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1766
No description provided.