Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
v 0.5.5
Browse files Browse the repository at this point in the history
修复了  fofa 接口失效的问题
  • Loading branch information
teamssix authored Mar 4, 2022
1 parent b77f3dd commit f1f7a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tig.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def Fofa(ip, config_path): # Fofa ip 信息查询
IP_survive_bool = '否'
size = 100
search_string_byte = base64.b64encode(ip.encode('utf-8')).decode()
url = 'https://fofa.so/api/v1/search/all?email=%s&key=%s&qbase64=%s&size=%s' % (
url = 'https://fofa.info/api/v1/search/all?email=%s&key=%s&qbase64=%s&size=%s' % (
Fofa_email, Fofa_api, search_string_byte, size)
proxies = {'http': None, 'https': None}
try:
Expand Down

0 comments on commit f1f7a17

Please sign in to comment.