Skip to content

Commit

Permalink
修复 fofa web 模式 https 未加入目标
Browse files Browse the repository at this point in the history
  • Loading branch information
Becivells committed Nov 12, 2019
1 parent 40cd91f commit 5bcaa35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pocsuite3/modules/fofa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ def search(self, dork, pages=1, resource='ip,port'):
else:
if not match.startswith("https://"):
search_result.add("http://"+match)
else:
search_result.add(match)
else:
logger.error("[PLUGIN] Fofa:{}".format(resp.text))
except Exception as ex:
Expand Down

0 comments on commit 5bcaa35

Please sign in to comment.