Versions in this module Expand all Collapse all v1 v1.0.9 Jul 20, 2022 Changes in this version + func IsBlankFile(file string) (bool, error) + type Client struct + func New(config Config) (*Client, error) + func (c *Client) DumpWildcardsToFile(filename string) error + func (c *Client) Process() error + type Config struct + Domain string + InputFile string + Json bool + MassdnsPath string + MassdnsRaw string + OutputFile string + ResolversFile string + Retries int + StrictWildcard bool + TempDir string + Threads int + WildcardOutputFile string + WildcardsThreads int