Skip to content

Commit

Permalink
临时修复 fofa api 问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Becivells committed May 12, 2022
1 parent 65e6805 commit 0aac44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/fofa/fofa_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func (f *FoFa) FetchJarmOfDomain(queryStr string) bool {
}

func (f *FoFa) Fetch(queryStr string) bool {
return f.fetchByFields("host,lastupdatetime", queryStr)
return f.fetchByFields("host,port,ip,lastupdatetime", queryStr)
}

//func (f *FoFa) fetchFn(fields []string, allSize int32) bool {
Expand Down

0 comments on commit 0aac44d

Please sign in to comment.