[Bug| Brute Bridge listener throws exception
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


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
You might find this blog post helpful: https://cobbr.io/Covenant-Developing-Custom-C2-Protocols.html