openphish.py 文件源码

python
阅读 15 收藏 0 点赞 0 评论 0

项目:BTG 作者: conix-security 项目源码 文件源码
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")
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号