Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate usage of containers for Browser Script functionality #421

Open
its-a-feature opened this issue Oct 15, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@its-a-feature
Copy link
Owner

Browser scripts in Mythic provide a lot of unique capabilities within the UI as developers are able to turn structured output into tables, file previews, and more. The need to do this in an abstract JavaScript way isn't great though.

See if there's a way to bring this functionality out of the browser and down into the Payload Type containers so that developers can create these in Python/Golang. This might introduce performance issues though as each request must go from:

browser -> Mythic server -> container -> Mythic -> browser -> render

This may or may not introduce lag, latency, or the inability to use browser scripts when containers are offline. The benefit is that people don't have to use JavaScript though.

@its-a-feature its-a-feature added the enhancement New feature or request label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant