piolug93
piolug93
It's possible to get callback_ids only based on hostname ? Method MythicRPCCallbackSearch require AgentCallbackUUID or AgentCallbackID.
I don't know for what is that code. https://github.com/its-a-feature/Mythic/blob/6361d936723a695ddb3d8436a9fc335257611d41/mythic-docker/src/rabbitmq/recv_mythic_rpc_callback_search.go#L90 ``` callback := databaseStructs.Callback{} err := database.DB.Get(&callback, `SELECT operation_id FROM callback WHERE agent_callback_id=$1 OR id=$2`, input.AgentCallbackUUID, input.AgentCallbackID) if err != nil...
I know that SSLProxy does not support websocket, so I want to create a websocket passing rule for selected destinations. Snippet from my config is: ProxySpec https 0.0.0.0 3129 Block...
You must create DNAT for incoming packets to sslproxy host:port and SNAT from outgoing packets from sslproxy.