Documentation
¶
Overview ¶
processor that gathers all hidden onion URLs from the fetched content
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Processors []processorsC `json:"processors"`
}
func ParseConfig ¶
type HiddenProcessor ¶
type HiddenProcessor struct { HiddenServices []HiddenService // contains filtered or unexported fields }
func NewHiddenProcessor ¶
func NewHiddenProcessor(in chan DataUnit, out chan DataUnit, len int) HiddenProcessor
func (HiddenProcessor) InChannel ¶
func (p HiddenProcessor) InChannel() chan DataUnit
func (HiddenProcessor) Process ¶
func (p HiddenProcessor) Process()
type HiddenService ¶
type Image ¶
type ImageProcessor ¶
type ImageProcessor struct {
// contains filtered or unexported fields
}
func NewImageProcessor ¶
func NewImageProcessor(in chan DataUnit, out chan DataUnit, len int, cnf Config) ImageProcessor
func (ImageProcessor) InChannel ¶
func (p ImageProcessor) InChannel() chan DataUnit
func (ImageProcessor) Name ¶
func (p ImageProcessor) Name() string
func (ImageProcessor) Process ¶
func (p ImageProcessor) Process()
type ReconResults ¶
type ReconResults struct {
Results []Recon
}
type TextProcessor ¶
type TextProcessor struct {
// contains filtered or unexported fields
}
func NewTextProcessor ¶
func NewTextProcessor(in chan DataUnit, out chan DataUnit, len int) TextProcessor
func (TextProcessor) InChannel ¶
func (p TextProcessor) InChannel() chan DataUnit
func (TextProcessor) Name ¶
func (p TextProcessor) Name() string
func (TextProcessor) Process ¶
func (p TextProcessor) Process()
Click to show internal directories.
Click to hide internal directories.