Home

Awesome

GoogleSSLdomainFinder

GitHub issues GitHub forks GitHub stars GitHub contributors Python 2.7

README.md in Chinese 中文


Project Description

GoogleSSLdomainFinder is a domain searcher based on https://transparencyreport.google.com/https/certificates.

Change records

from GSDFA import GoogleSSLdomainFinder
domain = GoogleSSLdomainFinder('chaitin.cn','show')
print domain.list() # output as a dict

Using Instructions

self.proxies = {
            'http': 'http://127.0.0.1:1087',
            'https': 'http://127.0.0.1:1087',
            }
<hr>

Demo video

demo

©Sixtant Security Lab 2016-2017