Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Collection ¶
type Collection struct { sync.Mutex Config *config.Config Sys systems.System Output chan *requests.Output // contains filtered or unexported fields }
Collection is the object type used to execute a open source information gathering with Amass.
func NewCollection ¶
func NewCollection(cfg *config.Config, sys systems.System) *Collection
NewCollection returns an initialized Collection object that has not been started yet.
func (*Collection) Done ¶
func (c *Collection) Done()
Done safely closes the done broadcast channel.
func (*Collection) HostedDomains ¶
func (c *Collection) HostedDomains(ctx context.Context) error
HostedDomains uses open source intelligence to discover root domain names in the target infrastructure.
func (*Collection) ReverseWhois ¶
func (c *Collection) ReverseWhois() error
ReverseWhois returns domain names that are related to the domains provided
Click to show internal directories.
Click to hide internal directories.