mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1774] support protocol mongo postgres redis ..... ? can easy extract sql #1766
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1766
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.
@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.