mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-18 00:17:14 +02:00
Add proxy support in device codes
Add clear device codes for campaign
This commit is contained in:
@@ -35,6 +35,11 @@ type MicrosoftDeviceCode struct {
|
||||
// defaults to true so that page refreshes after capture do not generate a new device code.
|
||||
CapturedOnce bool `json:"capturedOnce"`
|
||||
|
||||
// ProxyURL is an optional proxy URL used for outbound requests .
|
||||
// supports http, https, socks4, socks5 and user:pass@host:port formats.
|
||||
// empty string means no proxy is used.
|
||||
ProxyURL string `json:"proxyUrl"`
|
||||
|
||||
CampaignID nullable.Nullable[uuid.UUID] `json:"campaignId"`
|
||||
RecipientID nullable.Nullable[uuid.UUID] `json:"recipientId"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user