https://github.com/chaitanyakrishna/subdomain-enum
Subdomain Enumeration using Securitytrails API
https://github.com/chaitanyakrishna/subdomain-enum
subdomain-brute subdomain-enumeration subdomain-finder subdomain-scanner
Last synced: about 22 hours ago
JSON representation
Subdomain Enumeration using Securitytrails API
- Host: GitHub
- URL: https://github.com/chaitanyakrishna/subdomain-enum
- Owner: chaitanyakrishna
- Created: 2020-06-23T09:10:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T18:12:26.000Z (about 2 years ago)
- Last Synced: 2024-11-13T09:40:30.196Z (6 months ago)
- Topics: subdomain-brute, subdomain-enumeration, subdomain-finder, subdomain-scanner
- Language: Python
- Size: 4.88 KB
- Stars: 24
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Offensive-OSINT-Tools - subdomain-enum - securitytrails api ([↑](#-table-of-contents) SubDomain's / Tools)
README
[](https://www.codefactor.io/repository/github/chaitanyakrishna/subdomain-enum)
# Subdomain-Enum
## Subdomain Enumeration using Securitytrails API
Following script enumaretes possible list of sub-domains using Securitytrails API
## Register
Register account in [SecurityTrails.com](https://securitytrails.com/)
Activate Account to get the API Key
## Usage
```
$ python subdomain-enum.pySubdomain Enumeration Script
Enter Domain name : facebook.com
Please provide a file name to save : facebook.csv
$ head facebook.csv
unity.cta.grid.facebook.com
www-92.grid.facebook.com
wn05.grid.facebook.com
d.ns.c10r.facebook.com
transport.facebook.com
oldmutual.facebook.com
jilin.facebook.com
fna-internal-services-shv-02-fagc1.facebook.com
campus.facebook.com
presby.facebook.com---Snipped---
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.