internal

package
v0.0.0-...-2d31623 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IPsToString

func IPsToString(IPs []net.IP) []string

Types

type Report

type Report struct {
	Url        string
	IPs        []string
	TLS        TLSInfo
	Status     int
	Title      string
	Wappalyzer string
	Headers    map[string]string
	JSFiles    []string
}

type Scanner

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

func NewScanner

func NewScanner(timeout int, impersonateBrowser bool, proxy string) (*Scanner, error)

func (Scanner) Scan

func (scan Scanner) Scan(u string) (*Report, error)

type TLSInfo

type TLSInfo struct {
	SubjectCommonName   string
	SubjectOrganization string
	Issuer              string
	NotAfter            time.Time
	Domains             []string
}

Jump to

Keyboard shortcuts

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