Skip to main content

A short description of the package

Project description

SubBud - Bug Bounty Subdomain Management Tool 🐞

SubBud is a versatile command-line tool designed to simplify the management of subdomains (collected form various sources) for bug bounty hunters and security researchers. It provides features to add, print, list, delete, and save subdomains for different projects, helping you keep track of your bug bounty targets effectively. 🎯

Table of Contents 📋

Installation 🚀

SubBud is available on PyPI, and you can easily install it using pip:

pip install subbud

Usage 🛠️

SubBud offers various operations to manage your subdomains effectively.

Adding Subdomains ➕

To add subdomains to a project, use the -o add operation

subbud -p project_name -o add -f subdomainsfromamass.txt
  • -p project_name: The name of your project.
  • -o add: Specifies the operation to add subdomains.
  • -f subdomains.txt: The file containing subdomains to add.

Printing Subdomains 🖨️

To print merged/unique subdomains for a project, use the -o print operation:

subbud -p project_name -o print
  • -p project_name: The name of your project.
  • -o print: Specifies the operation to print subdomains.

Listing Projects 📃

To list all available projects, use the -o list operation:

subbud -o list
  • -o list: Lists all available projects

Deleting Projects ❌

To delete a project and its associated subdomains, use the -o delete operation:

subbud -p project_name -o delete

Saving Merged Subdomains 💾

To save the merged subdomains to a text file on the current directory , use the -o save operation: it will save it with the current date and project name.

subbud -p project_name -o save

Requirements ⚙️

  • Python 3.x
  • Redis Server (Make sure the Redis server is running) 🛠️

Contributing 🤝

Contributions to SubBud are welcome! If you have any suggestions, improvements, or bug fixes, please open an issue or create a pull request !

Inspired by @jhaddix ❤️ Sir !

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

subbud-0.0.2.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

subbud-0.0.2-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

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