Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NucleiScan ¶
Types ¶
type Extractors ¶
type Identifiers ¶
type InteractionDomain ¶
type InteractionsManager ¶
type InteractionsManager struct { GetAsnInfo bool PollingInterval time.Duration OnInteractionCallback func(interaction *server.Interaction) // contains filtered or unexported fields }
func (*InteractionsManager) GetIdentifierFromURL ¶
func (i *InteractionsManager) GetIdentifierFromURL(url string) string
func (*InteractionsManager) GetURL ¶
func (i *InteractionsManager) GetURL() InteractionDomain
func (*InteractionsManager) Start ¶
func (i *InteractionsManager) Start()
func (*InteractionsManager) Stop ¶
func (i *InteractionsManager) Stop()
type RetireJsEntry ¶
type RetireJsEntry struct { Extractors Extractors `json:"extractors"` Vulnerabilities []Vulnerability `json:"vulnerabilities"` }
type RetireJsRepo ¶
type RetireJsRepo map[string]RetireJsEntry
type RetireScanner ¶
type RetireScanner struct {
// contains filtered or unexported fields
}
func NewRetireScanner ¶
func NewRetireScanner() RetireScanner
func (*RetireScanner) HistoryScan ¶
func (r *RetireScanner) HistoryScan(history *db.History)
type Vulnerability ¶
Click to show internal directories.
Click to hide internal directories.