Skip to main content

**B-Hunters** is a bug bounty framework built on the Karton

Project description

B-Hunters

$$$$$$$\          $$\   $$\                      $$\                                   
$$  __$$\         $$ |  $$ |                     $$ |                                  
$$ |  $$ |        $$ |  $$ |$$\   $$\ $$$$$$$\ $$$$$$\    $$$$$$\   $$$$$$\   $$$$$$$\ 
$$$$$$$\ |$$$$$$\ $$$$$$$$ |$$ |  $$ |$$  __$$\\_$$  _|  $$  __$$\ $$  __$$\ $$  _____|
$$  __$$\ \______|$$  __$$ |$$ |  $$ |$$ |  $$ | $$ |    $$$$$$$$ |$$ |  \__|\$$$$$$\  
$$ |  $$ |        $$ |  $$ |$$ |  $$ |$$ |  $$ | $$ |$$\ $$   ____|$$ |       \____$$\ 
$$$$$$$  |        $$ |  $$ |\$$$$$$  |$$ |  $$ | \$$$$  |\$$$$$$$\ $$ |      $$$$$$$  |
\_______/         \__|  \__| \______/ \__|  \__|  \____/  \_______|\__|      \_______/ 
                                            0xBormaa - 2024                                            

B-Hunters is a bug bounty framework built on the Karton framework. It leverages Docker to execute multiple tools and tasks across different machines, providing a powerful, modular, and scalable approach to reconnaissance and vulnerability scanning.

B-Hunters automates the entire recon process by utilizing multiprocessing and microservices to ensure efficiency, flexibility, and ease of integration.

Results can be integrated with discord webhooks to be sent once tool running finish or using the command line


B-hunters-playground Includes all tools and servers needed to start using B-Hunters

Tools Integrated

B-Hunters currently includes the following tools:

Subdomains

  1. Subfinder
    A fast passive subdomain enumeration tool that uses a wide range of sources.

  2. Vita
    A tool for vulnerability and information gathering during reconnaissance.

  3. Findomain
    A subdomain enumeration tool that integrates API keys for faster and more extensive discovery.

  4. Sublist3r
    A tool designed to enumerate subdomains using multiple search engines.

  5. Assetfinder
    Quickly finds domains and subdomains related to a target using various sources.

  6. Chaos
    Fetches subdomains from ProjectDiscovery's Chaos dataset.


Crawling and Spidering

  1. Gospider
    A fast web spider written in Go, designed for gathering URLs and data.

  2. Dirsearch
    A simple command-line tool designed to brute force directories and files in webservers.

  3. GetJS
    Scrapes JavaScript files from web pages for further analysis.

  4. Gowitness
    A tool for taking screenshots of websites, collecting headers, and identifying technologies.

  5. Katana
    A fast and lightweight web crawler built for information gathering.

  6. ParamSpider
    Finds parameters from web pages for use in parameter-based vulnerability testing.

  7. Waymore
    Fetches URLs from various online services, including Wayback Machine and others.

  8. Waybackurls
    Retrieves URLs for a domain from the Wayback Machine and similar services.

  9. GAU (GetAllURLs)
    Fetches known URLs from AlienVault's Open Threat Exchange, Wayback Machine, and more.

  10. Wappalyzer-CLI
    Identifies technologies used on websites via the command line.


Vulnerability Checks

  1. DalFox
    A fast and powerful open-source tool for detecting and exploiting XSS vulnerabilities.

  2. SSTImap
    Detects and maps Server-Side Template Injection (SSTI) vulnerabilities.

  3. SQLMap
    An automated SQL injection and database takeover tool.

  4. Nuclei
    A fast tool for vulnerability scanning based on templates.

  5. SecretFinder
    Finds sensitive data in JavaScript files.

  6. NipeJS
    A JavaScript analysis tool for identifying vulnerabilities.


Other

  1. uro
  2. gf
  3. qsreplace
  4. Nmap

Features

  • Automation: Automates recon and scanning tasks to save time and reduce manual effort.
  • Modularity: Built on a microservices architecture, allowing easy customization and extension.
  • Scalability: Handles large-scale tasks with multiprocessing and distributed workloads.
  • Integration: Feeds the output of one tool seamlessly into another.
  • Dockerized: Provides containerized environments for consistent and isolated tool execution.

Why B-Hunters?

B-Hunters uses a microservices architecture to provide these features:

  • Isolation: Each tool runs in its own container, ensuring no interference between tools.
  • Resilience: Faults in one service do not affect others.
  • Scalability: Allows horizontal scaling by distributing services across multiple machines.
  • Flexibility: Enables you to easily replace or update individual components without disrupting the entire framework.
  • Parallelism: Tasks are processed concurrently, significantly reducing recon time.

Installation

  1. Clone the Repository:
    git clone https://github.com/your-repo/B-Hunters.git
    cd B-Hunters
    pip install .
    
  2. Install Using pip:
    pip install b-hunters
    

Config

You have first to update b-hunters.example.ini file with your IP and other configs if you want to edit. Remember when you update settings when running tools use the same config file Config file by default should be in /etc/b-hunters/b-hunters.ini" if you want insomething else use -c flag when calling command

Usage

The tool provides two main commands: scan and report. These commands allow you to perform scans on domains and generate reports. Below is a detailed explanation of each command and its options.

General Options

Option Description Default
--config, -c Optional path to the configuration file. /etc/b-hunters/b-hunters.ini

Commands

1. Scan Command

Run a scan operation on a specified domain.

Options

Option Description Required
--domain, -d Target domain for scanning. Yes
--scantype, -t Type of scan: single or multi. Yes
--description Optional description for the scan. No

|

Usage:

b-hunters  [-c <config_path>] scan --domain <target_domain> --scantype <single or multi> [--description <description>]

For example to scan all subdomains in example.com

b-hunters scan -d example.com -t multi

2. Report Command

Generate a scan report for a specified domain.

Options

Option Description Required
--domain, -d Specify the domain for the report. Yes
--output, -o Optional path to save the report output. No

|

Usage

b-hunters report --domain <target_domain> [--output <output_path>] 

Example to get report of domain example.com

b-hunters report -d example.com -o /tmp/example.com

Future Plan

Here are the planned features and improvements for the tool:

  • Create Web Interface
    Develop a user-friendly web interface to manage scans and reports.

  • Integrate Discord Bot
    Integrate a Discord bot to scan or get full report.

  • Add More Tools
    Continuously expand the toolset by adding more scanning and vulnerability scanning tools.

"Buy Me A Coffee"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

b_hunters-1.1.12.tar.gz (14.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

b_hunters-1.1.12-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file b_hunters-1.1.12.tar.gz.

File metadata

  • Download URL: b_hunters-1.1.12.tar.gz
  • Upload date:
  • Size: 14.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for b_hunters-1.1.12.tar.gz
Algorithm Hash digest
SHA256 5c2c09b265072ce6692c23e6fd880100039d45588a464cd20d24026b3c42ce35
MD5 6d4b8061afd7282a8c5f4406463f16e6
BLAKE2b-256 d9455633fed92fd0134826bdeef19a7858b8e9efdf56e56bdd1b6517e5000ef2

See more details on using hashes here.

File details

Details for the file b_hunters-1.1.12-py3-none-any.whl.

File metadata

  • Download URL: b_hunters-1.1.12-py3-none-any.whl
  • Upload date:
  • Size: 12.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for b_hunters-1.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 316d2ddf1ec7e2ff95e9ce4977d0ca56799d44730f7078e0cbccde507567a805
MD5 0999d79601f9f15377427205e3ff0e11
BLAKE2b-256 27eaf9bb508f15c1956cf6439c80e1cf9fc51a53fea751e0f04237b028165faf

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page