Skip to content

This script to automate the process of Subdomain enumeration and provides output with live hosts associated to the domain.

Notifications You must be signed in to change notification settings

s3ctat0r/subdomain_enum_alive-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

subdomain_enum_alive-tool

This tool is made using Bash scripting.

  • I have designed this tool in such a way , that first it will take input domain from the user and makes a file in a directory where it can store the output.

  • In next step, this script will run subfinder tool and extracts the output in a file e.g. file-1.txt. This file contains all the subdomains that may be associated with the parent domain, in this case it's false positive.

  • After this, it will sort the stuffs . Uhh , like it will remove the duplicate links which have been extracted so there would be no confusion. and extracted into a file e.g. final.txt

  • Further, this script will use httpx tool to check the status code of the website list and extracts live host into a file e.g. url-name.txt

require Features

  1. Latest and updated tools.
  2. Beginners friendly
  3. Easy to use

require Installation

Just, Clone this repository -

git clone https://github.com/Suprit-hub/subdomain_enum_alive-tool.git

cd subdomain_enum_alive-tool

chmod 777 alive-enum.sh

./alive-enum.sh <domain>

enum_mytool.mp4

About

This script to automate the process of Subdomain enumeration and provides output with live hosts associated to the domain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages