All Projects → We5ter → Gsdf

We5ter / Gsdf

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

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Gsdf

Subdomain3
A new generation of tool for discovering subdomains( ip , cdn and so on)
Stars: ✭ 605 (+290.32%)
Mutual labels:  subdomain
Fierce
A DNS reconnaissance tool for locating non-contiguous IP space.
Stars: ✭ 1,072 (+591.61%)
Mutual labels:  subdomain
Subtake
Automatic finder for subdomains vulnerable to takeover. Written in Go, based on @haccer's subjack.
Stars: ✭ 104 (-32.9%)
Mutual labels:  subdomain
K8cscan
K8Cscan大型内网渗透自定义插件化扫描神器,包含信息收集、网络资产、漏洞扫描、密码爆破、漏洞利用,程序采用多线程批量扫描大型内网多个IP段C段主机,目前插件包含: C段旁注扫描、子域名扫描、Ftp密码爆破、Mysql密码爆破、Oracle密码爆破、MSSQL密码爆破、Windows/Linux系统密码爆破、存活主机扫描、端口扫描、Web信息探测、操作系统版本探测、Cisco思科设备扫描等,支持调用任意外部程序或脚本,支持Cobalt Strike联动
Stars: ✭ 693 (+347.1%)
Mutual labels:  subdomain
Reconftw
reconFTW is a tool designed to perform automated recon on a target domain by running the best set of tools to perform scanning and finding out vulnerabilities
Stars: ✭ 974 (+528.39%)
Mutual labels:  subdomain
Nager.publicsuffix
.NET publicsuffix domain parser
Stars: ✭ 67 (-56.77%)
Mutual labels:  subdomain
Domain hunter
A Burp Suite Extension that try to find all sub-domain, similar-domain and related-domain of an organization automatically! 基于流量自动收集整个企业或组织的子域名、相似域名、相关域名的burp插件
Stars: ✭ 594 (+283.23%)
Mutual labels:  subdomain
Pigat
pigat ( Passive Intelligence Gathering Aggregation Tool ) 被动信息收集聚合工具
Stars: ✭ 140 (-9.68%)
Mutual labels:  subdomain
Synologyddnscloudflaremultidomain
Synology DDNS Cloudflare service provider with multidomains and subdomains
Stars: ✭ 51 (-67.1%)
Mutual labels:  subdomain
Acamar
A Python3 based single-file subdomain enumerator
Stars: ✭ 89 (-42.58%)
Mutual labels:  subdomain
Anubis
🔓Subdomain enumeration and information gathering tool
Stars: ✭ 722 (+365.81%)
Mutual labels:  subdomain
Ksubdomain
无状态子域名爆破工具
Stars: ✭ 976 (+529.68%)
Mutual labels:  subdomain
Subjack
Subdomain Takeover tool written in Go
Stars: ✭ 1,194 (+670.32%)
Mutual labels:  subdomain
Subover
A Powerful Subdomain Takeover Tool
Stars: ✭ 607 (+291.61%)
Mutual labels:  subdomain
A scan framework
Network Security Vulnerability Manage
Stars: ✭ 116 (-25.16%)
Mutual labels:  subdomain
Teemo
A Domain Name & Email Address Collection Tool
Stars: ✭ 595 (+283.87%)
Mutual labels:  subdomain
Spoodle
A mass subdomain (Subbrute) + poodle vulnerability scanner
Stars: ✭ 66 (-57.42%)
Mutual labels:  subdomain
Massdns
A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
Stars: ✭ 2,093 (+1250.32%)
Mutual labels:  subdomain
Amass
In-depth Attack Surface Mapping and Asset Discovery
Stars: ✭ 1,693 (+992.26%)
Mutual labels:  subdomain
Subdomains
互联网公司子域名收集
Stars: ✭ 89 (-42.58%)
Mutual labels:  subdomain

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].