Documentation ¶
Overview ¶
Package store is a storage for storing ip frequency.
TODO: This may prove to be too much memory consuming. Need to run some benchmarks with very large target sizes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPMeta ¶
type IPMeta struct { // we store also the ip itself as we will need it later for filtering IP string // Hostnames contains the list of hostnames for the IP Hostnames map[string]struct{} // Counter is the number of times the same ip was found for hosts Counter int }
IPMeta contains meta-information about a single IP address found during enumeration.
type Store ¶
Store is a storage for ip based wildcard removal
func (*Store) Close ¶
func (s *Store) Close()
Close removes all the references to arrays and releases memory to the gc
Click to show internal directories.
Click to hide internal directories.