Is your feature request related to a problem? Please describe.
Currently, when a scan completes, users cannot easily copy discovered IP or MAC addresses, nor can they interact with active ports (such as 80 or 443) directly from the results list.
Describe the solution you'd like
- Copy Functionality: Allow users to right-click or click a button/icon to copy the IP address, MAC address, or host details to the clipboard.
- Interactive Ports / Hyperlinks: Make discovered web ports (e.g.,
80 HTTP and 443 HTTPS) clickable links (or add a "Open in Browser" action) that open the default web browser to http://<IP> or https://<IP>.
Additional context
Adding these UX improvements would significantly speed up workflow and security testing by eliminating the need to manually re-type or copy IP addresses into a browser or terminal.
Is your feature request related to a problem? Please describe.
Currently, when a scan completes, users cannot easily copy discovered IP or MAC addresses, nor can they interact with active ports (such as 80 or 443) directly from the results list.
Describe the solution you'd like
80HTTP and443HTTPS) clickable links (or add a "Open in Browser" action) that open the default web browser tohttp://<IP>orhttps://<IP>.Additional context
Adding these UX improvements would significantly speed up workflow and security testing by eliminating the need to manually re-type or copy IP addresses into a browser or terminal.