Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions cf4f25a54a Bump Dockerfile tag to match release 'v0.0.2.2' 2024-09-05 18:23:24 +00:00
its-a-feature 0a830a84e8 updating to add mythic header for file requests 2024-09-05 14:17:25 -04:00
github-actions 7fc135b895 Bump Dockerfile tag to match release 'v0.0.2.1' 2024-08-28 19:07:25 +00:00
Cody Thomas 3a0e033149 Merge pull request #19 from MythicC2Profiles/Mythic3.3
Mythic3.3
2024-08-28 13:15:08 -05:00
2 changed files with 2 additions and 1 deletions
@@ -158,6 +158,7 @@ func setRoutes(r *gin.Engine, configInstance instanceConfig) {
req.URL.Host = fmt.Sprintf("%s:%d", mythicConfig.MythicConfig.MythicServerHost, mythicConfig.MythicConfig.MythicServerPort)
req.Host = fmt.Sprintf("%s:%d", mythicConfig.MythicConfig.MythicServerHost, mythicConfig.MythicConfig.MythicServerPort)
req.URL.Path = fmt.Sprintf("/direct/download/%s", localVal)
req.Header.Add("mythic", "http")
}
proxyForFiles := httputil.ReverseProxy{Director: directorForFiles,
Transport: &http.Transport{
+1 -1
View File
@@ -5,6 +5,6 @@
"exclude_documentation_c2": false,
"exclude_agent_icons": false,
"remote_images": {
"http": "ghcr.io/mythicc2profiles/http:v0.0.2.0"
"http": "ghcr.io/mythicc2profiles/http:v0.0.2.2"
}
}