Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkadiyt/bounty-targets
This project crawls bug bounty platform scopes (like Hackerone/Bugcrowd/Intigriti/etc) hourly and dumps them into the bounty-targets-data repo
https://github.com/arkadiyt/bounty-targets
bounty bug bugcrowd federacy hackenproof hackerone intigriti vrp yeswehack
Last synced: 4 days ago
JSON representation
This project crawls bug bounty platform scopes (like Hackerone/Bugcrowd/Intigriti/etc) hourly and dumps them into the bounty-targets-data repo
- Host: GitHub
- URL: https://github.com/arkadiyt/bounty-targets
- Owner: arkadiyt
- License: mit
- Created: 2017-12-03T21:45:17.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T03:48:19.000Z (27 days ago)
- Last Synced: 2024-10-14T02:10:46.042Z (21 days ago)
- Topics: bounty, bug, bugcrowd, federacy, hackenproof, hackerone, intigriti, vrp, yeswehack
- Language: Ruby
- Homepage: https://github.com/arkadiyt/bounty-targets-data
- Size: 351 KB
- Stars: 607
- Watchers: 21
- Forks: 104
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-hacking-lists - arkadiyt/bounty-targets - This project crawls bug bounty platform scopes (like Hackerone/Bugcrowd/Intigriti/etc) hourly and dumps them into the bounty-targets-data repo (Ruby)
README
# bounty-targets [![Tests](https://github.com/arkadiyt/bounty-targets/actions/workflows/build-test.yml/badge.svg)](https://github.com/arkadiyt/bounty-targets/actions/workflows/build-test.yml/badge.svg) [![License](https://img.shields.io/github/license/arkadiyt/bounty-targets-data.svg)](https://github.com/arkadiyt/bounty-targets/blob/main/LICENSE.md)
### What's it for
This project crawls all the Hackerone, Bugcrowd, & other bug bounty platform scopes hourly and dumps them into the bounty-targets-data repository:
https://github.com/arkadiyt/bounty-targets-data
Supported platforms:
- Hackerone
- Bugcrowd
- Intigriti
- Hackenproof
- YesWeHack
- Federacy### Installation
If you want to run bounty-targets yourself you can follow these steps:
1. Clone the project and install the dependencies with `bundle`
1. Set the following environment variables:
- `SENTRY_DSN`: (Optional) [Sentry](https://sentry.io/) API key for exception tracking.
- `SSH_PRIV_KEY`: An SSH private key that is authorized to write to the github project you want to push data to.
- `SSH_PUB_KEY`: The public key corresponding to `SSH_PRIV_KEY`.
- `GIT_HOST`: The github project to write to. For this project it's `[email protected]:arkadiyt/bounty-targets-data.git`.
1. Execute `bin/bounty-targets`### Getting in touch
Feel free to contact me on Signal: @arkadiyt.01