Polish ExploitBot settings UI interactions#6
Open
jakimoai wants to merge 1 commit into
Open
Conversation
jjang-ai
pushed a commit
that referenced
this pull request
Jul 14, 2026
Attribution rows (linpeas, impacket, meterpreter session records) render tool + host + session + user + summary in a single-line hstack that truncates the summary and hides raw output entirely. LinPEAS privilege- escalation evidence often lives in the deep tail of a 400-line output, so the current UI could mask the exact proof the user needs. Added an info button on each PostAttributionEntry row that opens PostExploitAttributionDetailSheet: metadata grid (tool, host, session, user, summary, producing tool) plus a scrollable selectable-text panel with the raw output tail matched by tool name from ResultsStore.rawResults. Same shape as Recon / Network / Web detail sheets landed earlier. Likely-tool heuristic maps attribution.tool substring → the raw-results tool key (linpeas variants, impacket / secretsdump, metasploit / msfconsole) so the "producing tool" field is accurate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Problem
Some Settings UI rows did not make their full visual area interactive, which
made navigation feel unexpectedly precise.
The Settings Tools list could also clip its right edge and visually drift from
the install-plan card above it, while giving users no inline explanation of
what each tool does.
Short Settings pages could temporarily move under trackpad or mouse-wheel
scroll even when there was no content to scroll.
Fix / This PR
row selects that category.
stay visually fixed while longer pages still scroll.
Visual Proof
Tests
uv run --with pytest python -m pytest ExploitBotEngine/testsuite/test_ui_accessibility_contracts.pyuv run --with pytest python -m pytest ExploitBotEngine/testsuite/test_tool_settings_real_inventory_contracts.pyswift buildgit diff --checkFollow-up / Out Of Scope
individual packets, tests, and visual gate records.