Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wydomain2 #27

Open
wants to merge 3 commits into
base: wydomain2
Choose a base branch
from
Open

Wydomain2 #27

wants to merge 3 commits into from

Conversation

c4bbage
Copy link

@c4bbage c4bbage commented Jan 6, 2017

添加passivetotal API 接口

@c4bbage
Copy link
Author

c4bbage commented Jan 6, 2017

wydomain.py 里的调用忘记复制过来了。

   logging.info("starting passivetotal fetcher...")
    result = PassiveTotal(domain=domain).run()
    _cache_file = os.path.join(_cache_path, 'passivetotal_dnsnames.json')
    save_result(_cache_file, result)
    logging.info("passivetotal fetcher subdomains({0}) successfully...".format(len(result)))
    # Collection API Subdomains
    sub_files = [
        'alexa.json', 
        'chaxunla.json', 
        'ilinks.json', 
        'netcraft.json', 
        'sitedossier.json',
        'threatcrowd.json',
        'threatminer.json',
        'passivetotal_dnsnames.json']

@ring04h
Copy link
Owner

ring04h commented Jan 6, 2017

当时考虑了一下他,结果一个用户只有200次WEB查询机会,就删除了。

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

Successfully merging this pull request may close these issues.

2 participants