def __init__(self, ioc, type, config):
self.config = config
self.module_name = __name__.split(".")[1]
self.types = ["domain", "URL", "IPv4"]
self.search_method = "Online"
self.description = "Search domain in Openphish feeds"
self.author = "Conix"
self.creation_date = "15-09-2016"
self.type = type
self.ioc = ioc
if type in self.types and mod.allowedToSearch(self.search_method):
self.search()
else:
mod.display(self.module_name, "", "INFO", "OpenPhish module not activated")
评论列表
文章目录