Skip to content

Commit

Permalink
add flag to enable attack surface monitoring (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-thacker-nullify authored Jan 23, 2025
1 parent 3bdc64c commit ed6e15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/models/attack_surface.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package models

type AttackSurface struct {
// global only
Enable bool `yaml:"enable,omitempty"`
EnableDNSTraversal bool `yaml:"enable_dns_traversal,omitempty"`
DomainNames []string `yaml:"domain_names,omitempty"`
IgnoreDomainNames []string `yaml:"ignore_domain_names,omitempty"`
Expand Down

0 comments on commit ed6e15e

Please sign in to comment.