Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy IP addresses to clipboard and add IP address in search parameters inside Inspect page #409

Merged
merged 3 commits into from
Dec 14, 2023

Conversation

GyulyVGC
Copy link
Owner

This PR implements the possibility to copy IP addresses to the clipboard, to enable users do further analysis about sniffed addresses in an easier way.
IP addresses can now be copied from the popup related to a given entry of the connections table.
It was necessary to manually introduce such an option because the GUI library in use doesn't allow to select text yet.

Furthermore, a new text box has been introduced in Inspect page to allow users filter their connections based on IP addresses values.

copyip.mp4

Fixes #406.

@GyulyVGC GyulyVGC added the enhancement New feature, request, or improvement label Dec 13, 2023
@GyulyVGC GyulyVGC added this to the v1.3.0 milestone Dec 13, 2023
@GyulyVGC GyulyVGC merged commit 3c03dc2 into main Dec 14, 2023
6 checks passed
@GyulyVGC GyulyVGC deleted the copy-ip branch December 14, 2023 17:02
@itfidele
Copy link

@GyulyVGC This looks so cool, it looks even better than what i was expecting 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, request, or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow functionality to copy from inspect tab (Ctrl+C or CMD+C)
2 participants