subDomainScan

package
v3.0.9 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2025 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckCertLogs

func CheckCertLogs(url string) (map[string]struct{}, error)

Queries crt.sh for any related certificates in the transparent certificate logs (https://certificate.transparency.dev/)

func PrintResult

func PrintResult(result Result)

Types

type Cert

type Cert struct {
	IssuerCaID     int    `json:"issuer_ca_id"`
	IssuerName     string `json:"issuer_name"`
	CommonName     string `json:"common_name"`
	NameValue      string `json:"name_value"`
	ID             int64  `json:"id"`
	EntryTimestamp string `json:"entry_timestamp"`
	NotBefore      string `json:"not_before"`
	NotAfter       string `json:"not_after"`
	SerialNumber   string `json:"serial_number"`
}

type Result

type Result struct {
	// contains filtered or unexported fields
}

func Scan

func Scan(status *status.Status, inputUrl string, certNames map[string]struct{}) Result

Jump to

Keyboard shortcuts

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