Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monkeym4ster/find-subdomains
Abusing Certificate Transparency logs for getting HTTPS websites subdomains. (通过 HTTPS 证书透明日志,以 **非字典爆破** 的方式获取网站子域名。)
https://github.com/monkeym4ster/find-subdomains
axfr axfrdns subdomain subdomains
Last synced: 3 months ago
JSON representation
Abusing Certificate Transparency logs for getting HTTPS websites subdomains. (通过 HTTPS 证书透明日志,以 **非字典爆破** 的方式获取网站子域名。)
- Host: GitHub
- URL: https://github.com/monkeym4ster/find-subdomains
- Owner: monkeym4ster
- Created: 2018-10-06T10:28:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-06T13:29:31.000Z (about 6 years ago)
- Last Synced: 2024-04-12T22:13:42.413Z (7 months ago)
- Topics: axfr, axfrdns, subdomain, subdomains
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - monkeym4ster/find-subdomains - Abusing Certificate Transparency logs for getting HTTPS websites subdomains. (通过 HTTPS 证书透明日志,以 **非字典爆破** 的方式获取网站子域名。) (JavaScript)
README
# find-subdomains
Do you miss AXFR technique? This tool allows to get the subdomains from a HTTP**S** website in a few seconds.
How it works? find-subdomains does not use neither dictionary attack nor brute-force, it just abuses of Certificate Transparency logs.
For more information about CT logs, check www.certificate-transparency.org and [crt.sh](https://crt.sh/).## Getting Started
Please, follow the instructions below for installing and run find-subdomains.### Pre-requisites
Make sure you have installed the following tools:```
# Installing Node.js via package manager
https://nodejs.org/en/download/package-manager/
# Installing Yarn (Node.js dependency management tools, Like python-pip)
https://yarnpkg.com/en/docs/install
```### Installing
```bash
# 1. Global install
$ yarn global add find-subdomains
# 1.1 Running
$ find-subdomains github.com# Or
# 2. Clone from GitHub
$ git clone https://github.com/monkeym4ster/find-subdomains.git
$ cd find-subdomains
$ yarn install
# 2.1 Running
$ node find-subdomains.js github.com
```### Running
```bash
$ node find-subdomains.js
```## Thanks
* *Sheila A. Berta - [(@UnaPibaGeek)](https://www.twitter.com/UnaPibaGeek).*