Skip to content

Commit

Permalink
fix fofa error
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyWolf committed Apr 14, 2022
1 parent fc4551c commit ea48509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/External/fofaclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class FOFAClient:
def __init__(self):
self.email = None
self.key = None
self.base_url = "https://fofa.so"
self.base_url = "https://fofa.info"
self.search_api_url = "/api/v1/search/all"
self.login_api_url = "/api/v1/info/my"
self.fields = ["ip", "port", "protocol", "country_name", "as_organization"]
Expand Down

0 comments on commit ea48509

Please sign in to comment.