Giter Site home page Giter Site logo

number16busshelter / beehost Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 3 KB

๐Ÿ BeeHost - VHost matching with FFuF

License: MIT License

Shell 100.00%
ffuf fuzzing penetration-testing pentesting vhost-finder web-security host-discovery host-enumeration web-analysis

beehost's Introduction

๐Ÿ BeeHost - VHost matching with FFuF

BeeHost is a simple Bash script designed for web server testing using FFuF. It automates the process of scanning multiple hosts and ports with customizable parameters, making it a handy tool for security researchers, penetration testers, and web developers.

Features

-Customizable: Easily configure the script with options for HTTP and HTTPS ports, output directory, IP file location, and vhosts file location. -Parallel Scanning: Utilizes FFuF's parallel scanning capabilities to efficiently test multiple hosts and ports simultaneously. -Results Compilation: Generates a final results file containing the concatenated and unique results from all temporary result files.

Prerequisites

Before using BeeHost, ensure you have the following:

  • FFuF: The Fast Web Fuzzer
  • Bash shell environment

Usage

./beehost.sh [-h] [-p ports] [-P http_ports] [-o output_dir] [-i ip_file] [-v vhosts_file]

Parameters

  • -h: Display help message
  • -p ports: Specify ports for HTTPS (comma-separated)
  • -P http_ports: Specify ports for HTTP (comma-separated)
  • -o output_dir: Specify the output directory
  • -i ip_file: Specify the location of the IP file
  • -v vhosts_file: Specify the location of the vhosts file

Example

bashCopy code
./beehost.sh -p 443,8443 -P 80,8080 -o ./output -i ./ips.txt -v ./vhosts.txt

Disclaimer

This tool is provided for educational and testing purposes only. Use it at your own risk and responsibility. The developers and contributors are not responsible for any misuse or damage caused by this tool.

Contributing

Contributions are welcome! If you have suggestions, feature requests, or bug reports, please open an issue or create a pull request.

Before contributing, please review the Contribution Guidelines.

Tags

  • Web Security
  • Penetration Testing
  • Bash Script
  • FFuF
  • Web Fuzzer

beehost's People

Contributors

number16busshelter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.