urlscan

package
v0.0.0-...-656a664 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 24, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type URLScan

type URLScan struct {
}

func NewURLScan

func NewURLScan() *URLScan

func (*URLScan) Description

func (m *URLScan) Description() string

func (*URLScan) Name

func (m *URLScan) Name() string

func (*URLScan) ResourceURLs

func (m *URLScan) ResourceURLs() []common.ModuleResource

func (*URLScan) Run

func (m *URLScan) Run(ctx *common.ModuleContext) error

func (*URLScan) Slug

func (m *URLScan) Slug() string

type URLScanSearch

type URLScanSearch struct {
	Results []URLScanSearchResult `json:"results"`
}

Simples structures to get domains from results

type URLScanSearchPage

type URLScanSearchPage struct {
	Domain string `json:"domain"`
}

type URLScanSearchResult

type URLScanSearchResult struct {
	Page URLScanSearchPage `json:"page"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL