mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-30 10:35:50 +03:00
[GH-ISSUE #949] Unable to sort columns within SSL Proxying Lists #945
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#945
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 @sleeve on GitHub (Aug 1, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/949
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman Version
Proxyman 2.30.0 (23000)
macOS Version
macOS Monterey 12.0 Beta (21A5294g)
Description
I've recently started doing a lot of auditing in my recordings of third-party domains/services that use SSL Certificate Pinning. After adding all the domains to the SSL Proxy Include List, I have to manually go through all the subsequent calls and then for the ones that failed with a SSL parsing error I move them over to the Exclude List so they won't fail in future tests when resigning them with the Proxyman SSL Certificate.
If I have lot of entries either in the Include or Exclude List, it's very time consuming to slowly scroll through the lists looking for the broken domain name. It would speed up the whole process and save me a ton of time if I could sort the "Name" column alphabetically.
This may be slightly related to https://github.com/ProxymanApp/Proxyman/issues/550 but I think the SSL Proxying List would benefit the most from this feature. As both the Include and Exclude lists can become quite large very quickly.
Steps to reproduce
Tools > SSL Proxying List...Expected behavior
Screenshots
@NghiaTranUIT commented on GitHub (Aug 2, 2021):
Thanks for your detailed insight @sleeve 👍 It makes sense to support Sorting on the SSL Proxying list.
Regarding other tools (Map Local, Breakpoint, ...), the reason I haven't implemented it because the matcher would go from top to end of the rule list. Therefore, if we can sort the column, it might change the expected result.