Coder Social home page Coder Social logo

bountycatchremix's Introduction

Dela's Bountycatch.py remix ๐ŸŽ€

This repository contains my remix of Jason Haddix's bountycatch.py script. The original script was simple and easier to manage, and I just added my own twist so it could do other commands I need ๐Ÿงธ.

(Note: courtesy of this script goes to Jason Haddix. I just added some features that I wanted there โค๏ธ)

Overview

BountyCatch is a simple Python script that helps in managing subdomains for your bug bounty projects. It reads subdomains from a text file, ensuring that no duplicates are stored. It uses Redis DB to save the subdomains.

Features (as for now)

  • Save subdomains into a database from text files.
  • Eliminate duplicate subdomain entries.
  • Count the number of unique subdomains from a project.
  • Delete a project domain entry.

Prerequisites

Before you get started, you'll need to have Redis installed on your system.

Installing Redis on Linux

Follow these steps to install Redis on your Linux system. The below command will install Redis on your system and start it as a service :)

sudo apt update
sudo apt install redis-server

Usage

Below are the commands available for Bountycatch:

Adding Subdomains

To add subdomains for a project:

python3 bountycatch.py --project xyz.com --o add --file xyz_subdomains.txt

Printing Current Project Data

To display the current project's subdomains:

python3 bountycatch.py --project xyz.com -o print

Counting Subdomains

To count the number of subdomains for the current project:

python3 bountycatch.py --project xyz.com -o count

Deleting a Subdomain

To delete a specific subdomain from the project:

python3 bountycatch.py --project xyz.com -o delete 

bountycatchremix's People

Contributors

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