wraith_module_comosum/internal/radio/http.go

10 lines
196 B
Go
Raw Normal View History

2023-12-04 04:42:15 +00:00
package radio
2023-01-09 03:13:40 +00:00
const (
// Wraiths hit this endpoint on the c2 to register their existence.
ROUTE_HEARTBEAT = "h"
// The c2 hits this endpoint to access the Wraith SHM.
ROUTE_EXCHANGE = "x"
2023-01-09 03:13:40 +00:00
)