Documentation ¶
Index ¶
- type Address
- type Host
- type Masscan
- func (m *Masscan) Parse() ([]Host, error)
- func (m *Masscan) Run() error
- func (m *Masscan) SetArgs(arg ...string)
- func (m *Masscan) SetExclude(exclude string)
- func (m *Masscan) SetFileName(name string)
- func (m *Masscan) SetPorts(ports string)
- func (m *Masscan) SetRate(rate string)
- func (m *Masscan) SetSystemPath(systemPath string)
- type Ports
- type Service
- type State
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Masscan ¶
type Masscan struct { SystemPath string Args []string Ports string FileName string Rate string Exclude string Result []byte }
func (*Masscan) SetExclude ¶
func (*Masscan) SetFileName ¶
func (*Masscan) SetSystemPath ¶
Click to show internal directories.
Click to hide internal directories.