jackdaw icon indicating copy to clipboard operation
jackdaw copied to clipboard

WebUI problems

Open skelsec opened this issue 4 years ago • 0 comments

There are quite a few problems with the webUI because I'm not doing much FE dev work. Here I'm listing a few known issues, but there are way more than these.

  1. Graph is "falling down"
  2. Graph nodes are not interactive, user cannot set HVT and Owned properties via right-clicking on the nodes
  3. Hierarchical layout problem: Once the user switched to hierarchical layout, they can't disable it and have to re-issue the query after exiting the Graph view to get back the original graph
  4. Edge labels overlap. When two or more edge labels belong to the edge the current mechanism simply overlaps the label texts on top of each other, making them unreadable.
  5. Dashboard is missing from the startpage
  6. PDF report generating not implemented
  7. UI URL problem. currently the user has to enter /nest to "refresh" the webUI because F5 doesnt do the trick. The reason is that F5 would reload the current URL eg. /nest/graph but the session manager dowsnt allow direct access to the endpoint. This is inconveinent.
  8. Search feature missing. Search feature would be needed for the graph view and maybe in a new main menupoint where the user could search on any field be that username/sid/guid/... and get the results dynamically.

skelsec avatar Nov 23 '20 12:11 skelsec