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 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
}
type JSONWriter ¶
type JSONWriter struct {
// contains filtered or unexported fields
}
func (*JSONWriter) Push ¶
func (jw *JSONWriter) Push(m map[string]string)
Click to show internal directories.
Click to hide internal directories.