REPOSITORY OVERVIEWLive repository statistics
★ 2Stars
⑂ 2Forks
◯ 0Open issues
◉ 2Watchers
67/100
OPENREPOHUB HEALTH SIGNALHealthy signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
72 Community adoption25% weight
6 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Custom BBB (Bug Bounty Bash) Functions
This repository contains a collection of custom Bash functions designed to streamline and enhance the bug bounty hunting process. Each function serves a specific purpose, from gathering SSL certificate details to scanning for open ports and extracting subdomain information. By leveraging these functions, bug hunters can automate repetitive tasks, efficiently collect data, and focus more on analysis and exploitation. Explore the functions, adapt them to your workflow, and contribute to the ongoing improvement of this toolkit for the bug bounty community!
Setup Guide
To effectively utilize the functions provided in this repository, it is crucial to set up your local environment correctly. For this purpose, I highly recommend using an Ubuntu Server 22.04 VPS. This version of Ubuntu is known for its stability, security, and extensive support, making it an ideal choice for running the scripts and tools included in this repository.
# install requirement tools
git clone https://github.com/hunThubSpace/ReconVPS.git; cd ReconVPS; bash reconVPS.sh
# append content of following file into ~/.zshrc file
git clone https://github.com/hunThubSpace/BB-BugBountyBash.git; cd BB-BugBountyBash; cat zshfile.txt >> ~/.zshrc; source ~/.zshrc
# optional: you can use following command to generate wordlists for dns bruteforces
bb_wlgen_4char; bb_wlgen_alljhaddix; bb_wlgen_assetnote; bb_wlgen_nokovo; bb_wlgen_chaos
# optional: you can add following command to add valid dns servers as resolvers
bb_resfile_gen
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository contains a collection of useful Bash scripts for Linux systems. Each script serves a specific purpose, ranging from system maintenance to monitoring and automation tasks. Below is a description of each script along with instructions on how to use them.
70/100 healthRecently updatedActive repository
ShellNo license#backup-script#backup-scripts#bash#bash-script
⑂ 3 forks◯ 0 issuesUpdated 9 days ago
This repository contains a Bash script for automating backups of InfluxDB databases
44/100 healthActive repository
ShellBSD-3-Clause#automation#backup#database#influx
⑂ 2 forks◯ 0 issuesUpdated Feb 21, 2025