Skip to content

4riful/subbud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages