subBruter

subBruter - Active Subdomain Enumeration Tool

GitHub last commit GitHub release (latest by date) GitHub license LinkedIn

Overview

Features

  1. User-Agent Rotation:
    • Randomly selects a user agent from a predefined list for each HTTP request to avoid detection.
  2. Colorized Output:
    • Utilizes the colorama library to provide colorized and visually appealing output.
  3. Multithreading:
    • Implements multithreading using Python’s concurrent.futures module for concurrent execution of HTTP requests.
  4. HTTP Client:
    • Utilizes the httpx library as the HTTP client with SSL certificate verification disabled.
  5. Command-Line Interface (CLI):
    • Accepts command-line arguments through the argparse module for easy configuration.
  6. Output File:
    • Saves results to an output file specified by the user (default: “httpAlive_output.txt”).
  7. Banner Display:
    • Displays a colorful banner at the beginning with information about the tool, author, and GitHub profile.
  8. Exception Handling:
    • Includes exception handling to gracefully handle interruptions, such as KeyboardInterrupt.

Installation

Method 1


git clone https://github.com/aashish36/subBruter.git

cd subBruter

pip install -r requirements.txt

Method 2


git clone https://github.com/aashish36/subBruter.git

cd subBruter

pip install .


Usage


usage: subBruter.py [-h] -d list -w list [-o output] [-t THREADS]

subBruter is a tool designed to efficiently probe for alive subdomains from a provided wordlist.

options:
  -h, --help            show this help message and exit.
  -d list, --Domain list
                        [INFO]: Domain to brute force.
  -w list, --wordlist list
                        [INFO]: List of wordlist.
  -o output, --output output
                        [INFO]: File to save our output.
  -t THREADS, --threads THREADS
                        [INFO]: Threading level to make fast process.

Tool

image

Tool Output



░██████╗██╗░░░██╗██████╗░██████╗░██████╗░██╗░░░██╗████████╗███████╗██████╗░
██╔════╝██║░░░██║██╔══██╗██╔══██╗██╔══██╗██║░░░██║╚══██╔══╝██╔════╝██╔══██╗
╚█████╗░██║░░░██║██████╦╝██████╦╝██████╔╝██║░░░██║░░░██║░░░█████╗░░██████╔╝
░╚═══██╗██║░░░██║██╔══██╗██╔══██╗██╔══██╗██║░░░██║░░░██║░░░██╔══╝░░██╔══██╗
██████╔╝╚██████╔╝██████╦╝██████╦╝██║░░██║╚██████╔╝░░░██║░░░███████╗██║░░██║
╚═════╝░░╚═════╝░╚═════╝░╚═════╝░╚═╝░░╚═╝░╚═════╝░░░░╚═╝░░░╚══════╝╚═╝░░╚═╝
      
        Author   : Aashish💕💕  

        Github   : https://github.com/aashish36

      
--------------------------------------------------------------------------------
subBruteForcer starting at 05/12/2023 12:21:03
--------------------------------------------------------------------------------
[*] URL     : youtube.com
[*] Threads : 500
[*] Wordlist : subdomains.txt
[*] No.of Words : 100000
--------------------------------------------------------------------------------
(Status: 200) --[Size: 782223]---> https://www.youtube.com
(Status: 200) --[Size: 749932]---> https://m.youtube.com
(Status: 200) --[Size: 2015]---> https://music.youtube.com
(Status: 200) --[Size: 893087]---> https://fr.youtube.com
(Status: 200) --[Size: 889382]---> https://jp.youtube.com
(Status: 200) --[Size: 758703]---> https://it.youtube.com
(Status: 200) --[Size: 20681]---> https://research.youtube.com
(Status: 200) --[Size: 856183]---> https://mx.youtube.com
(Status: 200) --[Size: 824934]---> https://es.youtube.com
(Status: 200) --[Size: 849827]---> https://in.youtube.com
(Status: 200) --[Size: 907432]---> https://tw.youtube.com
(Status: 200) --[Size: 2001748]---> https://news.youtube.com
(Status: 200) --[Size: 777311]---> https://de.youtube.com
(Status: 200) --[Size: 869605]---> https://nl.youtube.com
(Status: 200) --[Size: 890197]---> https://br.youtube.com
(Status: 200) --[Size: 392887]---> https://ru.youtube.com
(Status: 200) --[Size: 851164]---> https://cz.youtube.com
(Status: 200) --[Size: 850716]---> https://no.youtube.com
(Status: 200) --[Size: 780929]---> https://pl.youtube.com
(Status: 200) --[Size: 786364]---> https://kr.youtube.com
(Status: 200) --[Size: 594421]---> https://cms.youtube.com
(Status: 200) --[Size: 889905]---> https://za.youtube.com
(Status: 200) --[Size: 116654]---> https://kids.youtube.com
(Status: 200) --[Size: 890067]---> https://nz.youtube.com
(Status: 200) --[Size: 847181]---> https://il.youtube.com
(Status: 200) --[Size: 902184]---> https://hu.youtube.com
(Status: 200) --[Size: 428429]---> https://se.youtube.com
(Status: 200) --[Size: 793155]---> https://ie.youtube.com
(Status: 200) --[Size: 778306]---> https://uk.youtube.com
(Status: 200) --[Size: 774764]---> https://au.youtube.com
(Status: 200) --[Size: 1596]---> https://parents.youtube.com
(Status: 200) --[Size: 282163]---> https://director.youtube.com
(Status: 200) --[Size: 6752078]---> https://vr.youtube.com
(Status: 200) --[Size: 498230]---> https://gaming.youtube.com
(Status: 200) --[Size: 22197]---> https://charts.youtube.com
(Status: 200) --[Size: 438785]---> https://shows.youtube.com
(Status: 200) --[Size: 58590]---> https://artists.youtube.com
(Status: 200) --[Size: 1596]---> https://families.youtube.com

Contributing

image