Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/We5ter/GSDF
A domain searcher named GoogleSSLdomainFinder - 基于谷歌SSL透明证书的子域名查询工具
https://github.com/We5ter/GSDF
domain-scanner subdomain
Last synced: 3 months ago
JSON representation
A domain searcher named GoogleSSLdomainFinder - 基于谷歌SSL透明证书的子域名查询工具
- Host: GitHub
- URL: https://github.com/We5ter/GSDF
- Owner: We5ter
- License: apache-2.0
- Created: 2016-12-19T16:58:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T08:57:38.000Z (almost 7 years ago)
- Last Synced: 2024-04-15T23:19:19.721Z (7 months ago)
- Topics: domain-scanner, subdomain
- Language: Python
- Homepage:
- Size: 2.7 MB
- Stars: 174
- Watchers: 7
- Forks: 57
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - We5ter/GSDF - A domain searcher named GoogleSSLdomainFinder - 基于谷歌SSL透明证书的子域名查询工具 (Python)
README
# GoogleSSLdomainFinder
![GitHub issues](https://img.shields.io/github/issues/We5ter/GSDF.svg)
![GitHub forks](https://img.shields.io/github/forks/We5ter/GSDF.svg)
![GitHub stars](https://img.shields.io/github/stars/We5ter/GSDF.svg)
![GitHub contributors](https://img.shields.io/github/contributors/We5ter/GSDF.svg)
[![Python 2.7](https://img.shields.io/badge/python-2.x-yellow.svg)](https://www.python.org/)**README.md in [Chinese 中文](https://github.com/We5ter/GSDF/blob/master/README_CN.md)**
***
### 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](https://github.com/We5ter/GSDF/blob/master/demo.gif)
©Sixtant Security Lab 2016-2017