-
Notifications
You must be signed in to change notification settings - Fork 75
redirector
Unknown edited this page Jun 17, 2020
·
4 revisions
Creates a redirector server for another module (e.g. redirector for the C2 servers, for gophish etc.) of the provider of choice on the cloud. The types available are HTTP/DNS.
To create a redirector to connect to an internal unroutable machine, the localhost
value can be used on the redirector_id variable. The redirector creates a loopback TCP or UDP connection. Autossh is used to tunnel the traffic to the unroutable machine.
Variable | Required | Description |
---|---|---|
id |
N/A | Module ID Autogenerated |
type |
Yes | Type of c2 Accepted values are: HTTP/DNS. |
provider |
Yes | Provider to be used |
region |
Yes | Regions to create server instance |
size |
Yes | Instance size to launch |
redirector_id |
Yes | ID of the redirector to set up or listen on localhost. |