providers

package
v0.0.0-...-1ca964e Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2023 License: MIT Imports: 13 Imported by: 0

README

Providers

This directory contains the providers used by gr-subdomains to discover subdomains, they are free and don't require API key. In a future I plan to add more providers with a YAML config.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AlienVault

func AlienVault(domain string, results chan string, client *http.Client) error

func AlienVaultUrls

func AlienVaultUrls(domain string, results chan string, client *http.Client, recursive bool) error

func Anubis

func Anubis(domain string, results chan string, client *http.Client) error

func CommonCrawl

func CommonCrawl(domain string, results chan string, client *http.Client) error

func Crt

func Crt(domain string, results chan string, client *http.Client) error

func Digitorus

func Digitorus(domain string, results chan string, client *http.Client) error

func HackerTarget

func HackerTarget(domain string, results chan string, client *http.Client) error

func RapidDns

func RapidDns(domain string, results chan string, client *http.Client) error

func UrlScanUrls

func UrlScanUrls(domain string, results chan string, client *http.Client, recursive bool, apikey string) error

func Wayback

func Wayback(domain string, results chan string, client *http.Client) error

func WaybackUrls

func WaybackUrls(domain string, results chan string, client *http.Client, workers int, recursive bool) error

Types

type CTLog

type CTLog struct {
	IssuerCaID        int    `json:"issuer_ca_id"`
	IssuerName        string `json:"issuer_name"`
	NameValue         string `json:"name_value"`
	MinCertID         int    `json:"min_cert_id"`
	MinEntryTimestamp string `json:"min_entry_timestamp"`
	NotBefore         string `json:"not_before"`
	NotAfter          string `json:"not_after"`
}

type CTLogs

type CTLogs []*CTLog

Jump to

Keyboard shortcuts

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