Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "v0.1.0"
Version 版本信息
Variables ¶
View Source
var Banner = fmt.Sprintf(` __ ____ ___ \ \/ / \/ / __ _ _ __ \ /| |\/| |/ _' | '_ \ / \| | | | (_| | |_) | /_/\_\_| |_|\__,_| .__/ |_| %s `, Version)
Banner 程序的banner
Functions ¶
Types ¶
type OutputHandler ¶
type OutputHandler struct {
// contains filtered or unexported fields
}
OutputHandler 输出处理器
func (*OutputHandler) HandleResult ¶
func (h *OutputHandler) HandleResult(result *types.ScanResult)
HandleResult 处理扫描结果
Click to show internal directories.
Click to hide internal directories.