Jonas Pflanzer пре 4 година
родитељ
комит
1167dc2dd2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      daemon/src/CovertChannel/ProxyChannel.cpp

+ 1 - 1
daemon/src/CovertChannel/ProxyChannel.cpp

@@ -9,7 +9,7 @@ ProxyChannel::ProxyChannel(const std::string &innerInterface, const std::string
                     "(not (tcp and src host " + targetIP + " and dst host " + ownIP + " and src port " + targetPort + ")) and (not (dst host " + ownIP + "))",
                     "tcp and src host " + originIP + " and dst host " + targetIP + " and dst port " + targetPort,
                     "tcp and src host " + targetIP + " and dst host " + ownIP + " and src port " + targetPort,
-                    "tcp and src host " + partnerIP + " and dst host " + ownIP + " and dst port " + targetPort),
+                    "tcp and src host " + partnerIP + " and dst host " + ownIP + " and port " + targetPort),
 
       relayOnly(relayOnly), ownAddress(ownIP), partnerAddress(partnerIP), originAddress(originIP), targetAddress(targetIP), ownMAC(ownMAC),
       channelGatewayMAC(channelGatewayMAC), gatewayMAC(gatewayMAC), originMAC(originMAC) {}