You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mythicEnvInfo["mythic_server_bind_localhost_only"] =`This specifies if the mythic_server container will expose the mythic_server_port and mythic_server_grpc_port on 0.0.0.0 or 127.0.0.1. If you have a remote agent container connecting to Mythic, you MUST set this to false so that the remote agent container can do file transfers with Mythic.`
mythicEnvInfo["mythic_server_use_build_context"] =`The mythic_server container by default pulls configuration from a pre-compiled Docker image hosted on GitHub's Container Registry (ghcr.io). Setting this to "true" means that the local Mythic/mythic-docker/Dockerfile is used to generate the image used for the mythic_server container instead of the hosted image. If you want to modify the local mythic_server code then you need to set this to true and uncomment the sections of the mythic-docker/Dockerfile that copy over the existing code and build it. If you don't do this then you won't see any of your changes take effect`
mythicEnvInfo["mythic_server_allow_invite_links"] =`This configures whether or not admins are allowed to create one-time-use invite links for users to join the server and register their own username/password combinations. They still need to be assigned to operations.'`
mythicEnvInfo["mythic_server_docker_networking"] =`Configure how the mythic_server container is networked - the default is 'bridge' which means that ports must be explicitly exposed via mythic_server_dynamic_ports. The other option, 'host', means that the server will share networking with the host and not need explicit ports exposed. Either way, MYTHIC_SERVER_DYNAMIC_PORTS_BIND_LOCALHOST_ONLY and MYTHIC_SERVER_BIND_LOCALHOST_ONLY still determine if ports are bound to 0.0.0.0 or 127.0.0.1. If setting this to 'host', make sure you update the 'MYTHIC_SERVER_HOST' option as well to be the IP of the host machine. The containers will default to using localhost which won't work when the mythic_server is set to host networking.`
224
+
mythicEnvInfo["mythic_server_docker_networking"] =`Configure how the mythic_server container is networked - the default is 'bridge' which means that ports must be explicitly exposed via mythic_server_dynamic_ports. The other option, 'host', means that the server will share networking with the host and not need explicit ports exposed. Either way, MYTHIC_SERVER_DYNAMIC_PORTS_BIND_LOCALHOST_ONLY and MYTHIC_SERVER_BIND_LOCALHOST_ONLY still determine if ports are bound to 0.0.0.0 or 127.0.0.1. If setting this to 'host', make sure you update the 'MYTHIC_SERVER_HOST' option as well to be the IP of the host machine (not localhost) and then restart Mythic to get the changes applied to docker compose. The containers will default to using localhost which won't work when the mythic_server is set to host networking.`
mythicEnvInfo["postgres_password"] =`This is the randomly generated password that mythic_server and mythic_graphql use to connect to the mythic_postgres container`
mythicEnvInfo["hasura_secret"] =`This is the randomly generated password you can use to connect to Hasura through the /console route through the nginx proxy`
<!doctype html><htmllang="en"><head><metacharset="utf-8"/><linkrel="icon" href="/new/favicon.ico"/><metaname="viewport" content="width=device-width,initial-scale=1"/><metaname="theme-color" content="#000000"/><linkrel="apple-touch-icon" href="/new/logo192.png"/><linkrel="manifest" href="/new/manifest.json"/><title>Mythic</title><scriptdefer="defer" src="/new/static/js/main.1f9bdbc3.js"></script><linkhref="/new/static/css/main.7e143bf2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><divid="root"></div></body></html>
1
+
<!doctype html><htmllang="en"><head><metacharset="utf-8"/><linkrel="icon" href="/new/favicon.ico"/><metaname="viewport" content="width=device-width,initial-scale=1"/><metaname="theme-color" content="#000000"/><linkrel="apple-touch-icon" href="/new/logo192.png"/><linkrel="manifest" href="/new/manifest.json"/><title>Mythic</title><scriptdefer="defer" src="/new/static/js/main.03d10eb9.js"></script><linkhref="/new/static/css/main.7e143bf2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><divid="root"></div></body></html>
0 commit comments