Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ GSDF Public

A domain searcher named GoogleSSLdomainFinder - 基于谷歌SSL透明证书的子域名查询工具

License

Notifications You must be signed in to change notification settings

We5ter/GSDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

145 Commits

Repository files navigation

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

  • 2016年12月21日 Increase the file record function
  • 2016年12月22日 Add the api library
  • 2017年01月05日 complete api library, usage:
from GSDFA import GoogleSSLdomainFinder
domain = GoogleSSLdomainFinder('chaitin.cn','show')
print domain.list() # output as a dict
  • 2017年09月16日 update to v1.1
  • 2018年01月07日 update to v2.0 (New feature:Identifies the subdomain which has expired)

Using Instructions

  • First make sure the computer is already installed on Python 2.x(Advice is 2.7);
  • If you use the Shadowsocks to access Google, please cancel the following lines comments and add proxies=self.proxies to requests
self.proxies = {
 'http': 'http://127.0.0.1:1087',
 'https': 'http://127.0.0.1:1087',
 }
  • Download this script, extract and enter the extracted directory;

  • Run python GSDFT.py -h, this is Terminal version;

  • The output is displayed in tabular form on the terminal, the results is also written in txt file.


Demo video

demo

©Sixtant Security Lab 2016-2017

About

A domain searcher named GoogleSSLdomainFinder - 基于谷歌SSL透明证书的子域名查询工具

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

Languages

AltStyle によって変換されたページ (->オリジナル) /