diff --git a/pkg/models/attack_surface.go b/pkg/models/attack_surface.go index 3bfe50f..74d00b6 100644 --- a/pkg/models/attack_surface.go +++ b/pkg/models/attack_surface.go @@ -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"`