Skip to content

[BASH] Bounty Meter is a command-line utility tool designed for bug bounty hunters to define their bounty target for a year, maintain and keep record of their bounties on a monthly basis, and track their progress throughout the year.

Notifications You must be signed in to change notification settings

rohsec/bountymeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

bmbanner

Bounty Meter

Bounty Meter is a command-line utility tool designed for bug bounty hunters to define their bounty target for a year, maintain and keep record of their bounties on a monthly basis, and track their progress throughout the year. With Bounty Meter, you can add and subtract bounties, view your total bounties earned this year, and display an interactive stats card to visualize your progress.

Getting Started

Prerequisites

Bounty Meter is built using Bash scripting language and requires the following tools to be installed on your system:

  • sed (4.0 or later)
  • jq
  • bc

Installation

You can download and use the latest version of Bounty Meter by running the following command in your terminal:

curl https://raw.githubusercontent.com/rohsec/bountymeter/master/bountymeter.sh -o bm && chmod +x bm && mv bm /usr/local/bin/

Usage

[ + ] To initialize Bounty Meter and set your bounty target for the year, run the following command:

bm init bounty_target username

Replace bounty_target with your desired bounty target for the year and username with your hacking alias.

[ + ] To add a new bounty amount to a specified month, run the following command:

bm add month_name bounty_amount

Replace month_name with the name of the month (e.g. January, February, etc.) and bounty_amount with the amount of the bounty you wish to add to that particluar month.

[ + ] To remove a specified bounty amount from a specified month, run the following command:

bm sub month_name bounty_amount

Replace month_name with the name of the month (e.g. January, February, etc.) and bounty_amount with the amount of the bounty you want to remove.

[ + ] To display total bounty earned in a particular month, run the following command:

bm monthly month_name

Replace month_name with the name of the month (e.g. January, February, etc.)

[ + ] To display total bounty earned the current year, run the following command:

bm total

[ + ] To display an interactive stats card that shows your progress throughout the year, run the following command:

bm stats

If you want to make the bm stats command your banner in the terminal, you can add the bm stats command to your .bashrc or .zshrc file.

Note: For MacOS run 'brew install bash' and rerun the script in a new terminal.

Screnshots

bmusage bmmonthly bmstatscard

License

Bounty Meter is licensed under the MIT License.

Contributing

If you would like to contribute to Bounty Meter, please feel free to fork the repository, make your changes, and submit a pull request.

About

[BASH] Bounty Meter is a command-line utility tool designed for bug bounty hunters to define their bounty target for a year, maintain and keep record of their bounties on a monthly basis, and track their progress throughout the year.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages