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

程序内调用出现如下错误 #76

Closed
niubl opened this issue Mar 31, 2019 · 1 comment
Closed

程序内调用出现如下错误 #76

niubl opened this issue Mar 31, 2019 · 1 comment

Comments

@niubl
Copy link

niubl commented Mar 31, 2019

程序内调用方法:

from ESD import EnumSubDomain
domains = EnumSubDomain('feei.cn').run()

错误提示:

Traceback (most recent call last):
  File "webmon.py", line 17, in <module>
    main()
  File "webmon.py", line 13, in main
    domains = EnumSubDomain('feei.cn').run()
  File "/usr/local/lib/python3.6/site-packages/ESD/__init__.py", line 1235, in run
    fofa = FofaEngine(self.fofa_struct, self.conf, self.domain)
  File "/usr/local/lib/python3.6/site-packages/ESD/__init__.py", line 271, in __init__
    self.email = fofa_struct['femail']
KeyError: 'femail'
@ChengWiLL
Copy link
Collaborator

已修复

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants