Versions in this module Expand all Collapse all v0 v0.2.2 Aug 16, 2023 v0.2.1 Aug 7, 2023 Changes in this version + const VERSION + func AppendIfMissing(slice []string, key string) []string + func CheckIfFileExists(path string, stopRunning bool) bool + func ConvertJSONLtoJSON(input string) string + func ConvertStringArrayToString(stringArray []string, separator string) string + func ExistsInArray(slice []string, key string) bool + func ExtractDomainAndTldFromString(str string) string + func GetAllRecordsForKey(document *jsonquery.Node, key string) []*jsonquery.Node + func GetDocumentFromFile(filename string) *jsonquery.Node + func GetHostCounts(document *jsonquery.Node) map[string]int + func GetHostURL(str string) string + func IsUrl(str string) bool + func NewLogger() *logger + func RandStringRunes(n int) string + func ReadTxtFileLines(path string) []string + func WriteToTextFileInProject(filename string, data string) + type Config struct + DpuxFile string + DpuxIPFile string + HttpxDomainsFile string + S2SPath string + type Duplicate struct + ContentLength int + Lines int + Status int + Words int + type Options struct + BaseFolder string + Domains bool + Email bool + NoColor bool + Ports bool + Project string + SettingsFile string + Silent bool + Verbose bool + Version bool + func ParseOptions() *Options + type Remover struct + func NewRemover(options *Options) (*Remover, error) + func (p *Remover) CleanDomains() + func (p *Remover) Remove() error + type SimpleDNSXEntry struct + Host string + IPv4Addresses []string + IPv6Addresses []string + WhoisInfo string + func CreateSimpleDNSEntryFromDPUX(record *jsonquery.Node) SimpleDNSXEntry + func GetSimpleDNSEntryForHost(document *jsonquery.Node, host string) SimpleDNSXEntry + type SimpleHTTPXEntry struct + BodyHash string + ContentLength int + Host string + Input string + Lines int + Status int + Title string + URL string + UseIfDuplicate bool + Words int + func CreateSimpleHostEntryFromHTTPX(entryValues map[string]interface{}) SimpleHTTPXEntry + func GetSimpleHostEntryForHost(document *jsonquery.Node, host string) []SimpleHTTPXEntry