Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TargetIndex ¶
type TargetIndex struct {
URLs []string
Hosts []string
HostPorts []string
Expandable []string
AllCanonicalKeys []string
// contains filtered or unexported fields
}
func BuildTargetIndex ¶
func BuildTargetIndex(seeds []string) *TargetIndex
func NewTargetIndex ¶
func NewTargetIndex() *TargetIndex
func (*TargetIndex) Add ¶
func (idx *TargetIndex) Add(seed string) bool
func (*TargetIndex) AddAll ¶
func (idx *TargetIndex) AddAll(seeds []string)
func (*TargetIndex) NetTargets ¶
func (idx *TargetIndex) NetTargets() []string
func (*TargetIndex) PreScanTargets ¶
func (idx *TargetIndex) PreScanTargets() []string
Click to show internal directories.
Click to hide internal directories.