https://github.com/flangvik/remote_wrapper
Extensible Mythic Wrapper that allows payload wrapping to occur on a remote host
https://github.com/flangvik/remote_wrapper
Last synced: 10 months ago
JSON representation
Extensible Mythic Wrapper that allows payload wrapping to occur on a remote host
- Host: GitHub
- URL: https://github.com/flangvik/remote_wrapper
- Owner: Flangvik
- Created: 2024-09-06T11:42:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T11:53:05.000Z (over 1 year ago)
- Last Synced: 2025-08-19T06:47:58.007Z (10 months ago)
- Language: Python
- Size: 59.6 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remote Wrapper
This is an extensible Mythic Wrapper that allows payload wrapping to occur fully on a remote host. It uses Azure Service Bus for communication between Mythic and the remote host. Making it significantly easier to wrap payloads that require host or software spesific dependencies.
## How to install an agent in this format within Mythic
With the `mythic-cli` binary you can install this wrapper in one of three ways:
* `sudo ./mythic-cli install github https://github.com/Flangvik/remote_wrapper` to install the main branch
* `sudo ./mythic-cli install github https://github.com/Flangvik/remote_wrapper branchname` to install a specific branch of that repo
* `sudo ./mythic-cli install folder /path/to/local/folder/cloned/from/github` to install from an already cloned down version of an agent repo
## Credits
This repo used the [service_wrapper](https://github.com/its-a-feature/service_wrapper) by its-a-feature as a base.