Documentation
¶
Index ¶
Constants ¶
View Source
const ( UTF8 = Charset("UTF-8") GB18030 = Charset("GB18030") GB2312 = Charset("GB2312") GBK = Charset("GBK") )
Variables ¶
View Source
var ( Search = flag.String("s", "", "fofa 查询") Shodan = flag.String("d", "", "shodan 查询") )
Functions ¶
func ConvertByte2String ¶
func UnescapeUnicode ¶
Types ¶
type AB ¶
type AB struct {
Status int `json:"status"`
Info string `json:"info"`
Data struct {
Count int `json:"count"`
Current int `json:"current"`
List []struct {
// Avatar string `json:"avatar"`
// CompanyID string `json:"company_id"`
CompanyName string `json:"company_name"`
} `json:"list"`
} `json:"data"`
}
type Are ¶
type Are struct {
//StateCode int `json:"StateCode"`
Reason string `json:"Reason"`
Result struct {
Owner string `json:"Owner"`
CompanyName string `json:"CompanyName"`
CompanyType string `json:"CompanyType"`
SiteLicense string `json:"SiteLicense"`
SiteName string `json:"SiteName"`
MainPage string `json:"MainPage"`
VerifyTime string `json:"VerifyTime"`
} `json:"Result"`
}
Click to show internal directories.
Click to hide internal directories.