mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-07-06 04:17:54 +02:00
@@ -127,6 +127,9 @@ func (s *AllowDeny) Update(
|
||||
if v, err := incoming.Cidrs.Get(); err == nil {
|
||||
current.Cidrs.Set(v)
|
||||
}
|
||||
if v, err := incoming.JA4Fingerprints.Get(); err == nil {
|
||||
current.JA4Fingerprints.Set(v)
|
||||
}
|
||||
// allow can not be changed as it could mess up a campaign that
|
||||
// uses multiple entries as all entries must be allow or deny.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user