KathanP19 / frogy-subdomain-enumeration

My subdomain enumeration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2021-01-28 22_56_51-192 64 80 151 - PuTTY

Frogy's Subdomain Enumeraton - It's not yet another Subdomain Enumeration tool

An automation tool that scans sub-domains using multiple tools. Most importantly, it greps all the words from the first, second and N level of subdomains and creates a wordlist. Then uses crt.sh to brute force every single name to identify any hidden subdomains out there.

  • Requirements: Go Language, Python 3.+, jq

  • Tools used - You must need to install these tools to use this script

  • Installation

    apt install jq
    git clone https://github.com/iamthefrogy/frogy-subdomain-enumeration.git && cd frogy-subdomain-enumeration/ && chmod +x frogy.sh
  • Usage

    ./frogy.sh

Thanks to the authors of the tools used in this script.

Warning: This is just a research project. Kindly use it with caution and at your own risk.

About

My subdomain enumeration


Languages

Language:Python 93.0%Language:Shell 7.0%