Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThreatMiner ¶
type ThreatMiner struct { }
func NewThreatMiner ¶
func NewThreatMiner() *ThreatMiner
func (*ThreatMiner) Description ¶
func (m *ThreatMiner) Description() string
func (*ThreatMiner) Name ¶
func (m *ThreatMiner) Name() string
func (*ThreatMiner) ResourceURLs ¶
func (m *ThreatMiner) ResourceURLs() []common.ModuleResource
func (*ThreatMiner) Run ¶
func (m *ThreatMiner) Run(ctx *common.ModuleContext) error
func (*ThreatMiner) Slug ¶
func (m *ThreatMiner) Slug() string
type ThreatMinerAPIResponse ¶
type ThreatMinerAPIResponse struct {
Results []string `json:"results"`
}
Click to show internal directories.
Click to hide internal directories.