app

package
v0.0.0-...-509a8f4 Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2025 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Args = args{}
View Source
var Setting = New()
View Source
var TOP_1000 = []int{}/* 1005 elements not displayed */

Functions

func ConfigInit

func ConfigInit()

Types

type CSVWriter

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

func (*CSVWriter) Push

func (cw *CSVWriter) Push(m map[string]string)

type Config

type Config struct {
	Target                       []string
	Port                         []int
	Output                       *os.File
	Proxy, Encoding              string
	Path, Host                   []string
	OutputJson                   *JSONWriter
	OutputCSV                    *CSVWriter
	Threads                      int
	Timeout                      time.Duration
	ClosePing, Check, CloseColor bool
	ScanVersion                  bool
	Spy                          string
	//hydra
	Hydra, HydraUpdate             bool
	HydraPass, HydraUser, HydraMod []string
	//fofa
	Fofa           []string
	FofaFixKeyword string
	FofaSize       int
	Scan           bool
	//CDN检测模块
	DownloadQQwry bool
	CloseCDN      bool
	//输出修饰
	Match    string
	NotMatch string
}

func New

func New() Config

type JSONWriter

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

func (*JSONWriter) Push

func (jw *JSONWriter) Push(m map[string]string)

Jump to

Keyboard shortcuts

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