wikiZ / RedGuard

RedGuard is a C2 front flow control tool,Can avoid Blue Teams,AVs,EDRs check.
GNU General Public License v2.0
1.41k stars 196 forks source link

NOT AN ISSUE, just a question #15

Closed cpu0x00 closed 11 months ago

cpu0x00 commented 11 months ago

hey man, awesome work , the project is just a life saver and a masterpiece :fire:

the routing part is well explained or im just not smart enough :sweat_smile: , but i don't get how the networking thing work for example why am i setting the binding port to 8080, and RedGaurd is listening localhost and teamserver listener is running on another interface how it is seeing the traffic?

that take us to the other point, how do i run RedGuard on a re-director server that is not the teamserver , is the redirection of traffic happens with RedGuard or i still need to configure iptables routing??

thanks in advance.

wikiZ commented 11 months ago

Hello Sir, the RG port can be set to any port. If the TeamServer and RG are at a server, it is set to 127.0.0.1. You can understand it as a proxy server. Based on this, you can set up related settings and online ports in your C2. You do n’t need to perform iptables configuration alone. Thank you for your support!

cpu0x00 commented 11 months ago

thanks with the quick response sir, i made this quick and dirty explanation for if someone faced the same problem

applying this with CobaltStrike

feel free to close the issue sir

wikiZ commented 11 months ago

Thank you for supporting the RedGuard project.