update v2.1

This commit is contained in:
RabbitMask
2022-04-15 11:16:07 +08:00
parent a9d9fd0df5
commit 0959340ee8
8 changed files with 45 additions and 21 deletions

View File

@@ -27,6 +27,7 @@ def fofaapi(keyword,num):
dic['server'] = i[5]
dic['title'] = i[6]
reslist.append(dic)
hosts.append(i[0])
print(dic)
gethosts(hosts)
return reslist