Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Runner ¶
type Runner struct {
Version bool // version level1
Version2 bool // version level2
Exploit bool // 启用漏洞扫描
NoUpload bool // 关闭文件回传
//Compress bool // 启用压缩
Clean bool // 是否开启命令行输出扫描结果
Quiet bool // 是否开启命令行输出日志
AutoFile bool // 自动生成格式化文件名
HiddenFile bool // 启用自动隐藏文件
Ping bool
Arp bool
Outputf string
FileOutputf string // 输出格式
//Filename string
//filenameFormat string // 文件名格式, clear, auto or hidden
FormatterFilename string // 待格式化文件名
ExploitName string // 指定漏扫poc名字
ExploitFile string // 指定漏扫文件
Printer string // 输出特定的预设
UploadFile string // 上传特定的文件名
WorkFlowName string
Ver bool // 输出版本号
NoScan bool
IsWorkFlow bool
Debug bool
Proxy string
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.