daydaymap

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	URL    = "https://www.daydaymap.com/api/v1/raymap/search/all"
	Fields = "ip,port,domain,service"
	Size   = 100
	Source = "daydaymap"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Agent

type Agent struct{}

func (*Agent) Name

func (agent *Agent) Name() string

func (*Agent) Query

func (agent *Agent) Query(session *sources.Session, query *sources.Query) (chan sources.Result, error)

type Data

type Data struct {
	List []Result `json:"list"`
}

type DayDayMapRequest

type DayDayMapRequest struct {
	Keyword  string `json:"keyword,omitempty"`
	Fields   string `json:"fields,omitempty"`
	Page     int    `json:"page,omitempty"`
	PageSize int    `json:"page-size,omitempty"`
}

type DaydayMapResponse

type DaydayMapResponse struct {
	Code    int    `json:"code"`
	Data    Data   `json:"data"`
	Message string `json:"msg"`
}

DaydayMapResponse contains the fofa response

type Result

type Result struct {
	IP      string `json:"ip"`
	Port    int    `json:"port"`
	Domain  string `json:"domain"`
	Service string `json:"service"`
}

Jump to

Keyboard shortcuts

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