Documentation ¶
Index ¶
Constants ¶
View Source
const DisallowLimit = 4
Variables ¶
This section is empty.
Functions ¶
func Subject2String ¶
Types ¶
type DNSGrabber ¶
type DNSGrabber struct { }
func (*DNSGrabber) Name ¶
func (g *DNSGrabber) Name() string
type HTTPGrabber ¶
type HTTPGrabber struct { }
func (*HTTPGrabber) Name ¶
func (g *HTTPGrabber) Name() string
type LineGrabber ¶
type LineGrabber struct {
// contains filtered or unexported fields
}
func NewLineGrabber ¶
func NewLineGrabber(name string, ports []int) *LineGrabber
func (*LineGrabber) CheckPort ¶
func (g *LineGrabber) CheckPort(port int) bool
func (*LineGrabber) Name ¶
func (g *LineGrabber) Name() string
type MYSQLGrabber ¶
type MYSQLGrabber struct { }
func (*MYSQLGrabber) Name ¶
func (g *MYSQLGrabber) Name() string
Click to show internal directories.
Click to hide internal directories.