Code Monkey home page Code Monkey logo

bug-bounty-script's Introduction

Bug Bounty Script

Bug Bounty Script is a powerful and versatile Bash script designed to automate security testing tasks for bug bounty hunting. This script streamlines the process of reconnaissance, port scanning, vulnerability scanning, and more, helping security researchers and bug bounty hunters efficiently identify potential security vulnerabilities in target domains.

Prerequisites

Before running the script, ensure that you have the following tools installed on your system:

  • Nmap
  • Dirb
  • DNSenum
  • Whois
  • WhatWeb
  • Wappalyzer
  • Nikto
  • Sublist3r
  • Xsser
  • SQLMap
  • Nuclei
  • Amass

Refer to the respective tool documentation for installation instructions.

Features

  • Automates various security testing tasks, including DNS enumeration, whois lookup, HTTP fingerprinting, and technology stack detection.
  • Performs comprehensive port scanning using Nmap to identify open ports and gather information about the target system.
  • Conducts thorough web server scanning with Nikto, uncovering potential vulnerabilities in the target's web applications.
  • Scans for subdomains using Sublist3r, enabling the discovery of additional attack vectors.
  • Performs directory enumeration with Dirb to identify hidden directories and files on the target's web server.
  • Checks for XSS vulnerabilities using Xsser, a powerful cross-site scripting (XSS) scanner.
  • Detects SQL injection vulnerabilities using SQLMap, a popular tool for automated SQL injection detection and exploitation.
  • Conducts vulnerability scanning with Nuclei, a highly extensible and fast scanner for detecting potential vulnerabilities.
  • Performs automated reconnaissance with Amass, a versatile and comprehensive tool for discovering subdomains, domain names, and associated IP addresses.

Options

-h or --help: Display the usage instructions.
-l <file> or --list <file>: Specify a file containing target domain(s) to scan.
-d <domain> or --domain <domain>: Specify a single target domain to scan.
-o <directory> or --output <directory>: Specify the output directory path.
-nt <threads> or --nmap-threads <threads>: Specify the number of threads for Nmap (default: 100).
-dt <threads> or --dirb-threads <threads>: Specify the number of threads for Dirb (default: 10).

Usage

  1. Clone the repository:

    git clone https://github.com/your-username/bug-bounty-script.git
    
    cd bug-bounty-script
    
    chmod +x bug_bounty_script.sh
    

    To scan multiple target domains listed in a file:

    ./bug_bounty_script.sh -l domains.txt
    

    To scan a single target domain and specify the output directory:

    ./bug_bounty_script.sh -d example.com -o output_directory
    

    To scan a single target domain and specify the output directory:

    ./bug_bounty_script.sh -d example.com -o output_directory
    
    
    

To adjust the number of threads for Nmap and Dirb:

 ./bug_bounty_script.sh -nt 50 -dt 5

Contribution

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

Maintainers :

This Repo is maintained by :

Author :

Shubham Rooter

License :

Copyright © 2023, Shubham Rooter. Released under the MIT License.

Thankyou. Happy Hunting..

bug-bounty-script's People

Contributors

shubham-rooter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.