degenerat3 / meteor

A cross-platform C2/teamserver supporting multiple transport protocols, written in Go.
GNU General Public License v3.0
44 stars 14 forks source link

Multi-group support #36

Closed degenerat3 closed 5 years ago

degenerat3 commented 5 years ago

Have hosts be able to be a member of more than one group. Possible implementation: make a new table called HostGroupMap or something that has a series of rows with hostid and groupid as values for each row. Would have to change how the "groupaction" endpoint works, but thats ok.

degenerat3 commented 5 years ago

multiple groups per host are now supported