opendb

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2024 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AnubisSubdomains added in v1.2.6

func AnubisSubdomains(target string, plain bool) []string

AnubisSubdomains retrieves from the url below some known subdomains.

func AppendDBSubdomains

func AppendDBSubdomains(dbsubs []string, urls []string) []string

AppendDBSubdomains appends to the subdomains in the list the subdomains found with the open DBs.

func BufferOverrunSubdomains

func BufferOverrunSubdomains(domain string, plain bool) []string

BufferOverrunSubdomains retrieves from the url below some known subdomains.

func BuiltWithSubdomains added in v1.3.0

func BuiltWithSubdomains(target, apikey string, plain bool) []string

Builtwith retrieves from the url below some known subdomains.

func CleanSubdomainsOk

func CleanSubdomainsOk(target string, input []string) []string

CleanSubdomainsOk checks if the subdomains found are well formatted: - contain ".domain.tld". - ".domain.tld" at the end.

func CrtshSubdomains

func CrtshSubdomains(domain string, plain bool) []string

CrtshSubdomains retrieves from the url below some known subdomains.

func DNSRepoNocSubdomains added in v1.3.0

func DNSRepoNocSubdomains(domain string, plain bool) []string

DNSRepoNoc retrieves from the url below some known subdomains - without API Key.

func HackerTargetSubdomains

func HackerTargetSubdomains(domain string, plain bool) []string

HackerTargetSubdomains retrieves from the url below some known subdomains.

func ShuffleSubdomains added in v1.2.6

func ShuffleSubdomains(input []string) []string

func SonarSubdomains

func SonarSubdomains(target string, plain bool) []string

SonarSubdomains retrieves from the url below some known subdomains.

func SubdomainCenterSubdomains added in v1.3.0

func SubdomainCenterSubdomains(domain string, plain bool) []string

SubdomainCenter retrieves from the url below some known subdomains.

func ThreatMinerSubdomains added in v1.2.6

func ThreatMinerSubdomains(domain string, plain bool) []string

ThreatMinerSubdomains retrieves from the url below some known subdomains.

func ThreatcrowdSubdomains

func ThreatcrowdSubdomains(domain string, plain bool) []string

ThreatcrowdSubdomains retrieves from the url below some known subdomains.

func VirusTotalSubdomains

func VirusTotalSubdomains(target, apikey string, plain bool) []string

VirusTotalSubdomains retrieves from the url below some known subdomains.

Types

type CrtShResult

type CrtShResult struct {
	Name string `json:"name_value"`
}

CrtShResult is the struct containing crt.sh results.

type ThreatMinerResult added in v1.2.6

type ThreatMinerResult struct {
	StatusCode    string   `json:"status_code"`
	StatusMessage string   `json:"status_message"`
	Results       []string `json:"results"`
}

ThreatMinerResult is the struct containing ThreatMiner results.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL