Documentation
¶
Overview ¶
reference https://github.com/ly4k/SMBGhost
Index ¶
- Variables
- func Byte2Int(input []byte) (int, error)
- func Dispatch(opt *pkg.RunnerOption, result *pkg.Result)
- func FaviconScan(opt *RunnerOption, result *Result)
- func HTTPFingerScan(opt *RunnerOption, result *Result)
- func ICMPScan(opt *pkg.RunnerOption, result *pkg.Result)
- func InitScan(opt *pkg.RunnerOption, result *pkg.Result)
- func MS17010Scan(opt *RunnerOption, result *Result)
- func MSSqlScan(opt *pkg.RunnerOption, result *pkg.Result)
- func NBTScan(opt *pkg.RunnerOption, result *pkg.Result)
- func NeutronScan(opt *RunnerOption, target string, result *Result)
- func NotFoundScan(opt *pkg.RunnerOption, result *pkg.Result)
- func OXIDScan(opt *pkg.RunnerOption, result *pkg.Result)
- func SMBGhostScan(opt *pkg.RunnerOption, result *pkg.Result)
- func SMBScan(opt *RunnerOption, result *Result)
- func SNMPScan(opt *pkg.RunnerOption, result *pkg.Result)
- func SocketFingerScan(opt *RunnerOption, result *Result)
- func WMIScan(opt *pkg.RunnerOption, result *pkg.Result)
- func WinrmScan(opt *pkg.RunnerOption, result *pkg.Result)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TCP = "tcp" UDP = "udp" )
View Source
var (
RunSum int32
)
Functions ¶
func FaviconScan ¶
func FaviconScan(opt *RunnerOption, result *Result)
-v 信息收集插件,通过匹配http服务的favicon md5值判断CMS
func HTTPFingerScan ¶
func HTTPFingerScan(opt *RunnerOption, result *Result)
func MS17010Scan ¶
func MS17010Scan(opt *RunnerOption, result *Result)
func NeutronScan ¶
func NeutronScan(opt *RunnerOption, target string, result *Result)
func NotFoundScan ¶
func NotFoundScan(opt *pkg.RunnerOption, result *pkg.Result)
func SMBGhostScan ¶
func SMBGhostScan(opt *pkg.RunnerOption, result *pkg.Result)
func SocketFingerScan ¶
func SocketFingerScan(opt *RunnerOption, result *Result)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.