mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-17 16:07:18 +02:00
Evasion page implementation.
Fix ip filtering. Support for ip filter in proxies
This commit is contained in:
@@ -178,6 +178,7 @@ func (c *Campaign) GetByID(g *gin.Context) {
|
||||
WithRecipientGroups: true,
|
||||
WithAllowDeny: true,
|
||||
WithDenyPage: true,
|
||||
WithEvasionPage: true,
|
||||
},
|
||||
)
|
||||
// handle responses
|
||||
@@ -210,6 +211,7 @@ func (c *Campaign) GetByName(g *gin.Context) {
|
||||
WithRecipientGroups: true,
|
||||
WithAllowDeny: true,
|
||||
WithDenyPage: true,
|
||||
WithEvasionPage: true,
|
||||
},
|
||||
)
|
||||
// handle responses
|
||||
|
||||
Reference in New Issue
Block a user