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 ¶
- func ContainPrivateIp(UrlList []string) bool
- func Execute()
- func GetTargetList() []string
- func SetProxyFromEnv() string
- type CleanOptions
- type CommandOptions
- type DirbruteOptions
- type ExposureOptions
- type GlobalOptions
- type IconOptions
- type LLMCLIOptions
- type PortOptions
- type SearchOptions
- type SpiderOptions
- type WeakPassOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainPrivateIp ¶ added in v1.1.23
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 ExposureOptions ¶ added in v1.2.3
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 SearchOptions ¶ added in v1.2.1
type SpiderOptions ¶
Click to show internal directories.
Click to hide internal directories.