# HackerOne Target Finder

What's up @Critical Thinker's! Today I'm releasing an exclusive new script that I created to help you identify potential programs to hack on

It uses your HackerOne session to pull down all your programs and their bounty stats data, and looks at a few key metrics:

- avg high payout vs max high ratio ≥ 75%
- avg crit payout vs max crit ratio ≥ 75%
- number of highs submitted ≥ 40%
- number of crits submitted ≥ 40%
- max payout > highest max crit bounty
- high + crit percentage (combined) ≥ 40%

With this data, you should be able to spot programs that are more anomalous in terms of their payout consistency, when compared to other programs! To use the tool, first make sure you have installed the python dependencies:

`pip install requests tqdm`

Then you just run it like any other Python program:

![](/home/cartoon/.config/marktext/images/2024-09-05-10-27-48-image.png)

On the first run, you will want to provide `--session` and `--token` so you can fetch and cache all your program names and data. Let me know if you have any questions, feedback, or improvements! Happy hacking
