cmd

package
v1.2.6 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2026 License: MIT Imports: 29 Imported by: 0

Documentation

Overview

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Copyright © 2023 NAME HERE <EMAIL ADDRESS>

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ContainPrivateIp added in v1.1.23

func ContainPrivateIp(UrlList []string) bool

func Execute

func Execute()

func GetTargetList

func GetTargetList() []string

func SetProxyFromEnv added in v1.1.24

func SetProxyFromEnv() string

Types

type CleanOptions added in v1.1.16

type CleanOptions struct {
}

type CommandOptions added in v1.1.11

type CommandOptions interface {
	// contains filtered or unexported methods
}

type DirbruteOptions

type DirbruteOptions struct {
	DirFile        string
	Threads        int
	FollowRedirect bool
}

type ExposureOptions added in v1.2.3

type ExposureOptions struct {
	UrlFile       string
	Output        string
	Ports         string
	DialTime      int
	Workers       int
	HTTPTimeout   int
	TargetWorkers int
	DNSTimeout    int
}

type GlobalOptions

type GlobalOptions struct {
	Url     string
	UrlFile string

	Host     string
	HostFile string

	LogLevel   int
	OutputFile string
	OutputDir  string
	Proxy      string

	DefaultUA     string
	ScanPrivateIp bool
	Headers       []string

	Filter []string
}
var (
	GlobalOption GlobalOptions
)

type IconOptions

type IconOptions struct {
}

type LLMCLIOptions added in v1.2.4

type LLMCLIOptions struct {
	Prompt   string
	MaxChars int
	DryRun   bool
	Profile  string
	APIKey   string
	BaseURL  string
}

LLMCLIOptions collects CLI-level flags for optional LLM summaries.

func (*LLMCLIOptions) ToConfig added in v1.2.4

func (o *LLMCLIOptions) ToConfig() *utils.LLMConfig

ToConfig converts CLI flags + env into runtime config. Returns nil when disabled/no key.

type PortOptions added in v1.1.19

type PortOptions struct {
	IpRange     string
	IpRangeFile string
	PortRange   string
	TopPorts    string

	Threads     int
	DialTimeout int
	// contains filtered or unexported fields
}

type SearchOptions added in v1.2.1

type SearchOptions struct {
	Pattern    string
	UrlLike    string
	MaxResult  int
	DbPath     string
	IgnoreCase bool
	Columns    []int
	ColumnStr  string
}

type SpiderOptions

type SpiderOptions struct {
	Depth     int
	ApiPrefix string
	Threads   int
	Progress  bool
}

type WeakPassOptions

type WeakPassOptions struct {
	Keywords   string
	Suffix     string
	Separator  string
	Prefix     string
	Full       bool
	ListFormat bool
	Variant    bool
	Show       bool
}

Jump to

Keyboard shortcuts

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