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
Hey @HolyOne , it looks to me like your BindPort and ConnectPort are the same, which is going to make it impossible for BridgeListeners to work correctly. You should be using a C2Bridge as a connector. For the TcpBridgeProfile specifically, you should be using the TCPC2Bridge: https://github.com/cobbr/C2Bridge
Http listener is fine but when I connect a bridge listener, the server throws an exception here, because message is null.
try { targetGrunt = await _client.GetGruntByGUIDAsync(message.GUID); } catch (HttpOperationException) {
bridge client also exits. I tried simple commands like WhoamI and ListDirectory
The text was updated successfully, but these errors were encountered: