Documentation
¶
Index ¶
Constants ¶
View Source
const ( FOFA = "FOFA" BASE_URL = "https://fofa.info/api/v1/" AUTH_URL = "https://fofa.info/api/v1/info/my?key=%s" )
Variables ¶
View Source
var (
AUTHED_SEARCH_URL = BASE_URL + "search/all?key=%s"
)
Functions ¶
func ToFofaGrammar ¶
Types ¶
type FofaSearchFiled ¶
type FofaSearchFiled struct {
Query string
Size int
Page int
Fields string
Full string // 默认搜索一年内的数据,指定为true即可搜索全部数据
}
func NewFofaSearchFiled ¶
func NewFofaSearchFiled(query string, pageIndex, pageSize int) *FofaSearchFiled
type FofaSearchResult ¶
Click to show internal directories.
Click to hide internal directories.