-
-
Notifications
You must be signed in to change notification settings - Fork 556
Open
Description
I recently developed another agent and I think its a bit of a muddle to "always" copy the default browser scripts for ls, ps and download to all the agents.
This also bugs me on the wire as one does not only provide e.g. file_browser but also its JSON in user_output. That's of course something a translation container can do but still...
It would be nice if the UI would handle the common hooking-features file_browser, processes and download on its own - without the need for custom browser scripts.
So if there is no browser_script configured:
- show a file listing if
user_outputis not present, butfile_browseris (andsupported_ui_featurescontainsfile_browser:list). - show a process listing if
user_outputis not present, butprocessesis (andsupported_ui_featurescontainsprocess_browser:list). - show a loading bar or download button if
user_outputis not present, butdownloadis (andsupported_ui_featurescontainsfile_browser:download).
I am trying to do this in mythic cli. However scripting seems to have only access to user_output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels