-
-
Notifications
You must be signed in to change notification settings - Fork 513
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_output
is not present, butfile_browser
is (andsupported_ui_features
containsfile_browser:list
). - show a process listing if
user_output
is not present, butprocesses
is (andsupported_ui_features
containsprocess_browser:list
). - show a loading bar or download button if
user_output
is not present, butdownload
is (andsupported_ui_features
containsfile_browser:download
).
I am trying to do this in mythic cli. However scripting seems to have only access to user_output
Metadata
Metadata
Assignees
Labels
No labels