Versions in this module Expand all Collapse all v0 v0.2.2 May 20, 2024 v0.2.1 May 8, 2024 v0.2.0 May 8, 2024 Changes in this version + const AUTH_URL + const BASE_URL + const FOFA + var AUTHED_SEARCH_URL = BASE_URL + "search/all?key=%s" + func ToFofaGrammar(s string) (string, error) + type FofaSearchFiled struct + Fields string + Full string + Page int + Query string + Size int + func NewFofaSearchFiled(query string, pageIndex, pageSize int) *FofaSearchFiled + type FofaSearchResult struct + ErrMsg string + Error bool + Mode string + Page int + Query string + Results [][]string + Size int + type Provider struct + func (p *Provider) Auth(s *sources.Session) bool + func (p *Provider) Name() string + func (p *Provider) Search(query *sources.Query) (chan *sources.Result, error) v0.1.1 Mar 24, 2024