enum

package
v5.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2026 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UsageMsg    string = "[options] -d DOMAIN"
	Description string = "Interface with the engine that performs enumerations"
)

Variables

This section is empty.

Functions

func CLIWorkflow

func CLIWorkflow(cmdName string, clArgs []string)

func NewFlagset

func NewFlagset(args *Args, errorHandling flag.ErrorHandling) *flag.FlagSet

Types

type Args

type Args struct {
	Help              bool
	Addresses         afmt.ParseIPs
	ASNs              afmt.ParseInts
	CIDRs             afmt.ParseCIDRs
	AltWordList       *stringset.Set
	AltWordListMask   *stringset.Set
	BruteWordList     *stringset.Set
	BruteWordListMask *stringset.Set
	Blacklist         *stringset.Set
	Domains           *stringset.Set
	Engine            string
	Excluded          *stringset.Set
	Included          *stringset.Set
	Interface         string
	MaxDepth          int
	MinForRecursive   int
	Names             *stringset.Set
	Ports             afmt.ParseInts
	Resolvers         *stringset.Set
	Timeout           int
	Options           struct {
		Active       bool
		Alterations  bool
		BruteForcing bool
		DemoMode     bool
		ListSources  bool
		NoAlts       bool
		NoColor      bool
		NoRecursive  bool
		Passive      bool
		Rigid        bool
		Silent       bool
		Verbose      bool
	}
	Filepaths struct {
		AllFilePrefix string
		AltWordlist   afmt.ParseStrings
		Blacklist     string
		BruteWordlist afmt.ParseStrings
		ConfigFile    string
		Directory     string
		Domains       afmt.ParseStrings
		JSONOutput    string
		LogFile       string
		Names         afmt.ParseStrings
		Resolvers     afmt.ParseStrings
	}
}

func (Args) OverrideConfig

func (e Args) OverrideConfig(conf *config.Config) error

Setup the amass enumeration settings

Jump to

Keyboard shortcuts

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