analyze

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const VERSION = "0.2.3"

Variables

This section is empty.

Functions

This section is empty.

Types

type Analyzer

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

func NewAnalyzer

func NewAnalyzer(options *Options) (*Analyzer, error)

func (*Analyzer) Analyze

func (p *Analyzer) Analyze() error

type Config

type Config struct {
	ProjectsPath string `yaml:"projects_path,omitempty"`
}

type Options

type Options struct {
	SettingsFile string
	Project      string
	BaseFolder   string
	LastModified bool
	Silent       bool
	Version      bool
	NoColor      bool
	Verbose      bool
}

func ParseOptions

func ParseOptions() *Options

ParseOptions parses the command line flags provided by a user

type ResponseInfos

type ResponseInfos struct {
	Host               string
	Port               string
	Url                string
	Year               string
	InterestingHeaders []string
	NonStandardHeaders []string
	Locations          []string
	HttpMethods        []string
	StatusCodes        []string
	Hosts              []string
}

Jump to

Keyboard shortcuts

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